Color Hex Logo

#e254d5 Color Hex

#E254D5
(226,84,213)
0 Favorites   0 Comments

Color spaces of #e254d5

RGB 22684213
HSL0.850.710.61
HSV305°63°89°
CMYK 0.000.630.06   0.11
XYZ46.544627.313565.7696
Yxy27.31350.33330.1956
Hunter Lab52.262367.5123-38.0300
CIE-Lab59.263469.6954-39.2998

#e254d5 color RGB value is (226,84,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010100 11010101
Octal 342 124 325
Decimal 226 84 213
Hex E2 54 D5

RGB Percentages of Color #e254d5

%43.21
%16.06
%40.73

CMYK Percentages of Color #e254d5

%0
%63
%6
%11

Triadic Colors of #e254d5

#e254d5 #d5e254 #54d5e2

Analogous Colors of #e254d5

#e254d5 #e2548e #a854e2

Monochromatic Colors of #e254d5

#e254d5

Complementary Color

#e254d5 #54e261

#e254d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e254d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e254d5 Color CSS Codes

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

#e254d5 Text Font Color

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

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


#e254d5 Background Color

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

This div background color is #e254d5


#e254d5 Border Color

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

This div border color is #e254d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e254d5


Comments

No comments written yet.

Please login to write comment.