Color Hex Logo

#e259cb Color Hex

#E259CB
(226,89,203)
0 Favorites   0 Comments

Color spaces of #e259cb

RGB 22689203
HSL0.860.700.62
HSV310°61°89°
CMYK 0.000.610.10   0.11
XYZ45.715927.625359.4226
Yxy27.62530.34430.2081
Hunter Lab52.559863.2777-30.2398
CIE-Lab59.548766.1126-33.1844

#e259cb color RGB value is (226,89,203).

#e259cb hex color red value is 226, green value is 89 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e259cb hue: 0.86 , saturation: 0.70 and the lightness value of e259cb is 0.62.

The process color (four color CMYK) of #e259cb color hex is 0.00, 0.61, 0.10, 0.11. Web safe color of #e259cb is #cc66cc. Color #e259cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011001 11001011
Octal 342 131 313
Decimal 226 89 203
Hex E2 59 CB

RGB Percentages of Color #e259cb

%43.63
%17.18
%39.19

CMYK Percentages of Color #e259cb

%0
%61
%10
%11

Triadic Colors of #e259cb

#e259cb #cbe259 #59cbe2

Analogous Colors of #e259cb

#e259cb #e25987 #b559e2

Monochromatic Colors of #e259cb

#e259cb

Complementary Color

#e259cb #59e270

#e259cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e259cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e259cb Color CSS Codes

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

#e259cb Text Font Color

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

This sample text font color is #e259cb
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.


#e259cb Background Color

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

This div background color is #e259cb


#e259cb Border Color

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

This div border color is #e259cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,89,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e259cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e259cb;
  -webkit-box-shadow: 1px 1px 3px 2px #e259cb;
  box-shadow:         1px 1px 3px 2px #e259cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,89,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e259cb


Comments

No comments written yet.

Please login to write comment.