Color Hex Logo

#e28ada Color Hex

#E28ADA
(226,138,218)
0 Favorites   0 Comments

Color spaces of #e28ada

RGB 226138218
HSL0.850.600.71
HSV305°39°89°
CMYK 0.000.390.04   0.11
XYZ53.107439.407771.1370
Yxy39.40770.32450.2408
Hunter Lab62.775641.1517-23.2443
CIE-Lab69.045645.2456-26.9133

#e28ada color RGB value is (226,138,218).

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

The process color (four color CMYK) of #e28ada color hex is 0.00, 0.39, 0.04, 0.11. Web safe color of #e28ada is #cc99cc. Color #e28ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001010 11011010
Octal 342 212 332
Decimal 226 138 218
Hex E2 8A DA

RGB Percentages of Color #e28ada

%38.83
%23.71
%37.46

CMYK Percentages of Color #e28ada

%0
%39
%4
%11

Triadic Colors of #e28ada

#e28ada #dae28a #8adae2

Analogous Colors of #e28ada

#e28ada #e28aae #be8ae2

Monochromatic Colors of #e28ada

#e28ada

Complementary Color

#e28ada #8ae292

#e28ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28ada Color CSS Codes

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

#e28ada Text Font Color

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

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


#e28ada Background Color

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

This div background color is #e28ada


#e28ada Border Color

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

This div border color is #e28ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28ada


Comments

No comments written yet.

Please login to write comment.