Color Hex Logo

#e255cd Color Hex

#E255CD
(226,85,205)
0 Favorites   0 Comments

Color spaces of #e255cd

RGB 22685205
HSL0.860.710.61
HSV309°62°89°
CMYK 0.000.620.09   0.11
XYZ45.632027.073560.5782
Yxy27.07350.34240.2031
Hunter Lab52.032265.4873-32.6055
CIE-Lab59.042368.0556-35.1102

#e255cd color RGB value is (226,85,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010101 11001101
Octal 342 125 315
Decimal 226 85 205
Hex E2 55 CD

RGB Percentages of Color #e255cd

%43.80
%16.47
%39.73

CMYK Percentages of Color #e255cd

%0
%62
%9
%11

Triadic Colors of #e255cd

#e255cd #cde255 #55cde2

Analogous Colors of #e255cd

#e255cd #e25587 #b155e2

Monochromatic Colors of #e255cd

#e255cd

Complementary Color

#e255cd #55e26a

#e255cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e255cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e255cd Color CSS Codes

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

#e255cd Text Font Color

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

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


#e255cd Background Color

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

This div background color is #e255cd


#e255cd Border Color

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

This div border color is #e255cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e255cd


Comments

No comments written yet.

Please login to write comment.