Color Hex Logo

#ea83ed Color Hex

#EA83ED
(234,131,237)
0 Favorites   0 Comments

Color spaces of #ea83ed

RGB 234131237
HSL0.830.750.72
HSV298°45°93°
CMYK 0.010.450.00   0.07
XYZ57.334039.839484.7887
Yxy39.83940.31510.2189
Hunter Lab63.118551.6842-35.4629
CIE-Lab69.355054.5593-36.8383

#ea83ed color RGB value is (234,131,237).

#ea83ed hex color red value is 234, green value is 131 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ea83ed hue: 0.83 , saturation: 0.75 and the lightness value of ea83ed is 0.72.

The process color (four color CMYK) of #ea83ed color hex is 0.01, 0.45, 0.00, 0.07. Web safe color of #ea83ed is #ff99ff. Color #ea83ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000011 11101101
Octal 352 203 355
Decimal 234 131 237
Hex EA 83 ED

RGB Percentages of Color #ea83ed

%38.87
%21.76
%39.37

CMYK Percentages of Color #ea83ed

%1
%45
%0
%7

Triadic Colors of #ea83ed

#ea83ed #edea83 #83edea

Analogous Colors of #ea83ed

#ea83ed #ed83bb #b583ed

Monochromatic Colors of #ea83ed

#ea83ed

Complementary Color

#ea83ed #86ed83

#ea83ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea83ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea83ed Color CSS Codes

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

#ea83ed Text Font Color

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

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


#ea83ed Background Color

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

This div background color is #ea83ed


#ea83ed Border Color

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

This div border color is #ea83ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea83ed


Comments

No comments written yet.

Please login to write comment.