Color Hex Logo

#e255ce Color Hex

#E255CE
(226,85,206)
0 Favorites   0 Comments

Color spaces of #e255ce

RGB 22685206
HSL0.860.710.61
HSV309°62°89°
CMYK 0.000.620.09   0.11
XYZ45.753127.122061.2161
Yxy27.12200.34120.2023
Hunter Lab52.078865.6808-33.2374
CIE-Lab59.087168.2086-35.6084

#e255ce color RGB value is (226,85,206).

#e255ce hex color red value is 226, green value is 85 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e255ce hue: 0.86 , saturation: 0.71 and the lightness value of e255ce is 0.61.

The process color (four color CMYK) of #e255ce color hex is 0.00, 0.62, 0.09, 0.11. Web safe color of #e255ce is #cc66cc. Color #e255ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010101 11001110
Octal 342 125 316
Decimal 226 85 206
Hex E2 55 CE

RGB Percentages of Color #e255ce

%43.71
%16.44
%39.85

CMYK Percentages of Color #e255ce

%0
%62
%9
%11

Triadic Colors of #e255ce

#e255ce #cee255 #55cee2

Analogous Colors of #e255ce

#e255ce #e25588 #b055e2

Monochromatic Colors of #e255ce

#e255ce

Complementary Color

#e255ce #55e269

#e255ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e255ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e255ce Color CSS Codes

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

#e255ce Text Font Color

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

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


#e255ce Background Color

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

This div background color is #e255ce


#e255ce Border Color

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

This div border color is #e255ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e255ce


Comments

No comments written yet.

Please login to write comment.