Color Hex Logo

#ea86ce Color Hex

#EA86CE
(234,134,206)
0 Favorites   0 Comments

Color spaces of #ea86ce

RGB 234134206
HSL0.880.700.72
HSV317°43°92°
CMYK 0.000.430.12   0.08
XYZ53.597438.998963.0952
Yxy38.99890.34430.2505
Hunter Lab62.449143.9130-16.1890
CIE-Lab68.750547.7803-20.6194

#ea86ce color RGB value is (234,134,206).

#ea86ce hex color red value is 234, green value is 134 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ea86ce hue: 0.88 , saturation: 0.70 and the lightness value of ea86ce is 0.72.

The process color (four color CMYK) of #ea86ce color hex is 0.00, 0.43, 0.12, 0.08. Web safe color of #ea86ce is #ff99cc. Color #ea86ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000110 11001110
Octal 352 206 316
Decimal 234 134 206
Hex EA 86 CE

RGB Percentages of Color #ea86ce

%40.77
%23.34
%35.89

CMYK Percentages of Color #ea86ce

%0
%43
%12
%8

Triadic Colors of #ea86ce

#ea86ce #ceea86 #86ceea

Analogous Colors of #ea86ce

#ea86ce #ea869c #d486ea

Monochromatic Colors of #ea86ce

#ea86ce

Complementary Color

#ea86ce #86eaa2

#ea86ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea86ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea86ce Color CSS Codes

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

#ea86ce Text Font Color

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

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


#ea86ce Background Color

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

This div background color is #ea86ce


#ea86ce Border Color

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

This div border color is #ea86ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea86ce


Comments

No comments written yet.

Please login to write comment.