Color Hex Logo

#e259cc Color Hex

#E259CC
(226,89,204)
0 Favorites   0 Comments

Color spaces of #e259cc

RGB 22689204
HSL0.860.700.62
HSV310°61°89°
CMYK 0.000.610.10   0.11
XYZ45.835527.673160.0524
Yxy27.67310.34320.2072
Hunter Lab52.605263.4698-30.8599
CIE-Lab59.592266.2662-33.6847

#e259cc color RGB value is (226,89,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011001 11001100
Octal 342 131 314
Decimal 226 89 204
Hex E2 59 CC

RGB Percentages of Color #e259cc

%43.55
%17.15
%39.31

CMYK Percentages of Color #e259cc

%0
%61
%10
%11

Triadic Colors of #e259cc

#e259cc #cce259 #59cce2

Analogous Colors of #e259cc

#e259cc #e25988 #b459e2

Monochromatic Colors of #e259cc

#e259cc

Complementary Color

#e259cc #59e26f

#e259cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e259cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e259cc Color CSS Codes

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

#e259cc Text Font Color

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

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


#e259cc Background Color

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

This div background color is #e259cc


#e259cc Border Color

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

This div border color is #e259cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e259cc


Comments

No comments written yet.

Please login to write comment.