Color Hex Logo

#ea8def Color Hex

#EA8DEF
(234,141,239)
0 Favorites   0 Comments

Color spaces of #ea8def

RGB 234141239
HSL0.820.750.75
HSV297°41°94°
CMYK 0.020.410.00   0.06
XYZ59.036542.774286.8060
Yxy42.77420.31300.2268
Hunter Lab65.402046.6734-32.9124
CIE-Lab71.401449.8793-34.7577

#ea8def color RGB value is (234,141,239).

#ea8def hex color red value is 234, green value is 141 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ea8def hue: 0.82 , saturation: 0.75 and the lightness value of ea8def is 0.75.

The process color (four color CMYK) of #ea8def color hex is 0.02, 0.41, 0.00, 0.06. Web safe color of #ea8def is #ff99ff. Color #ea8def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001101 11101111
Octal 352 215 357
Decimal 234 141 239
Hex EA 8D EF

RGB Percentages of Color #ea8def

%38.11
%22.96
%38.93

CMYK Percentages of Color #ea8def

%2
%41
%0
%6

Triadic Colors of #ea8def

#ea8def #efea8d #8defea

Analogous Colors of #ea8def

#ea8def #ef8dc3 #b98def

Monochromatic Colors of #ea8def

#ea8def

Complementary Color

#ea8def #92ef8d

#ea8def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8def Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8def Color CSS Codes

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

#ea8def Text Font Color

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

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


#ea8def Background Color

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

This div background color is #ea8def


#ea8def Border Color

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

This div border color is #ea8def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,141,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8def


Comments

No comments written yet.

Please login to write comment.