color codes Logo

#e56bfd color codes

#E56BFD
(229,107,253)
0 Favorites   0 Comments

Color spaces of #e56bfd

RGB 229107253
HSL0.810.970.71
HSV290°58°99°
CMYK 0.090.580.00   0.01
XYZ55.300434.265396.6277
Yxy34.26530.29700.1840
Hunter Lab58.536666.1927-56.8958
CIE-Lab65.172667.5317-52.2430

#e56bfd color RGB value is (229,107,253).

#e56bfd hex color red value is 229, green value is 107 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e56bfd hue: 0.81 , saturation: 0.97 and the lightness value of e56bfd is 0.71.

The process color (four color CMYK) of #e56bfd color code is 0.09, 0.58, 0.00, 0.01. Web safe color of #e56bfd is #cc66ff. Color #e56bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101011 11111101
Octal 345 153 375
Decimal 229 107 253
Hex E5 6B FD

RGB Percentages of Color #e56bfd

%38.88
%18.17
%42.95

CMYK Percentages of Color #e56bfd

%9
%58
%0
%1

Triadic Colors of #e56bfd

#e56bfd #fde56b #6bfde5

Analogous Colors of #e56bfd

#e56bfd #fd6bcc #9c6bfd

Monochromatic Colors of #e56bfd

#e56bfd

Complementary Color

#e56bfd #83fd6b

#e56bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56bfd Color CSS Codes

.mybgcolor {background-color:#e56bfd; } 
.myforecolor {color:#e56bfd; }
.mybordercolor {border:3px solid #e56bfd; }

#e56bfd Text Font Color

<p style="color:#e56bfd">Text here</p>

This sample text font color is #e56bfd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e56bfd Background Color

<div style="background-color:#e56bfd">
Div content here</div>

This div background color is #e56bfd


#e56bfd Border Color

<div style="border:3px solid #e56bfd">
Div here</div>

This div border color is #e56bfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,107,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e56bfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e56bfd;
  -webkit-box-shadow: 1px 1px 3px 2px #e56bfd;
  box-shadow:         1px 1px 3px 2px #e56bfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,107,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e56bfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e56bfd;
  -webkit-box-shadow: 1px 1px 3px 2px #e56bfd;
  box-shadow:         1px 1px 3px 2px #e56bfd;">
Div content here</div>

This div box has shadow with color #e56bfd


Comments

No comments written yet.

Please login to write comment.