Color Hex Logo

#ea8ada Color Hex

#EA8ADA
(234,138,218)
0 Favorites   0 Comments

Color spaces of #ea8ada

RGB 234138218
HSL0.860.700.73
HSV310°41°92°
CMYK 0.000.410.07   0.08
XYZ55.675140.731371.2572
Yxy40.73130.33210.2429
Hunter Lab63.821144.0298-21.5234
CIE-Lab69.987347.7196-25.3874

#ea8ada color RGB value is (234,138,218).

#ea8ada hex color red value is 234, green value is 138 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ea8ada hue: 0.86 , saturation: 0.70 and the lightness value of ea8ada is 0.73.

The process color (four color CMYK) of #ea8ada color hex is 0.00, 0.41, 0.07, 0.08. Web safe color of #ea8ada is #ff99cc. Color #ea8ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001010 11011010
Octal 352 212 332
Decimal 234 138 218
Hex EA 8A DA

RGB Percentages of Color #ea8ada

%39.66
%23.39
%36.95

CMYK Percentages of Color #ea8ada

%0
%41
%7
%8

Triadic Colors of #ea8ada

#ea8ada #daea8a #8adaea

Analogous Colors of #ea8ada

#ea8ada #ea8aaa #ca8aea

Monochromatic Colors of #ea8ada

#ea8ada

Complementary Color

#ea8ada #8aea9a

#ea8ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8ada Color CSS Codes

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

#ea8ada Text Font Color

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

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


#ea8ada Background Color

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

This div background color is #ea8ada


#ea8ada Border Color

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

This div border color is #ea8ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8ada


Comments

No comments written yet.

Please login to write comment.