Color Hex Logo

#ea8cef Color Hex

#EA8CEF
(234,140,239)
0 Favorites   0 Comments

Color spaces of #ea8cef

RGB 234140239
HSL0.820.760.74
HSV297°41°94°
CMYK 0.020.410.00   0.06
XYZ58.889842.480686.7571
Yxy42.48060.31300.2258
Hunter Lab65.177147.2209-33.2967
CIE-Lab71.201050.3896-35.0685

#ea8cef color RGB value is (234,140,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001100 11101111
Octal 352 214 357
Decimal 234 140 239
Hex EA 8C EF

RGB Percentages of Color #ea8cef

%38.17
%22.84
%38.99

CMYK Percentages of Color #ea8cef

%2
%41
%0
%6

Triadic Colors of #ea8cef

#ea8cef #efea8c #8cefea

Analogous Colors of #ea8cef

#ea8cef #ef8cc3 #b98cef

Monochromatic Colors of #ea8cef

#ea8cef

Complementary Color

#ea8cef #91ef8c

#ea8cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8cef Color CSS Codes

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

#ea8cef Text Font Color

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

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


#ea8cef Background Color

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

This div background color is #ea8cef


#ea8cef Border Color

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

This div border color is #ea8cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8cef


Comments

No comments written yet.

Please login to write comment.