Color Hex Logo

#e254de Color Hex

#E254DE
(226,84,222)
0 Favorites   0 Comments

Color spaces of #e254de

RGB 22684222
HSL0.840.710.61
HSV302°63°89°
CMYK 0.000.630.02   0.11
XYZ47.719227.783371.9549
Yxy27.78330.32360.1884
Hunter Lab52.709969.3570-44.0406
CIE-Lab59.692571.1337-43.7019

#e254de color RGB value is (226,84,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010100 11011110
Octal 342 124 336
Decimal 226 84 222
Hex E2 54 DE

RGB Percentages of Color #e254de

%42.48
%15.79
%41.73

CMYK Percentages of Color #e254de

%0
%63
%2
%11

Triadic Colors of #e254de

#e254de #dee254 #54dee2

Analogous Colors of #e254de

#e254de #e25497 #9f54e2

Monochromatic Colors of #e254de

#e254de

Complementary Color

#e254de #54e258

#e254de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e254de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e254de Color CSS Codes

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

#e254de Text Font Color

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

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


#e254de Background Color

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

This div background color is #e254de


#e254de Border Color

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

This div border color is #e254de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e254de


Comments

No comments written yet.

Please login to write comment.