Color Hex Logo

#e254cd Color Hex

#E254CD
(226,84,205)
0 Favorites   0 Comments

Color spaces of #e254cd

RGB 22684205
HSL0.860.710.61
HSV309°63°89°
CMYK 0.000.630.09   0.11
XYZ45.553826.917260.5522
Yxy26.91720.34250.2023
Hunter Lab51.881865.9353-32.8812
CIE-Lab58.897668.4555-35.3362

#e254cd color RGB value is (226,84,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010100 11001101
Octal 342 124 315
Decimal 226 84 205
Hex E2 54 CD

RGB Percentages of Color #e254cd

%43.88
%16.31
%39.81

CMYK Percentages of Color #e254cd

%0
%63
%9
%11

Triadic Colors of #e254cd

#e254cd #cde254 #54cde2

Analogous Colors of #e254cd

#e254cd #e25486 #b054e2

Monochromatic Colors of #e254cd

#e254cd

Complementary Color

#e254cd #54e269

#e254cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e254cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e254cd Color CSS Codes

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

#e254cd Text Font Color

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

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


#e254cd Background Color

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

This div background color is #e254cd


#e254cd Border Color

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

This div border color is #e254cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,84,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 #e254cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e254cd


Comments

No comments written yet.

Please login to write comment.