Color Hex Logo

#ea86dc Color Hex

#EA86DC
(234,134,220)
0 Favorites   0 Comments

Color spaces of #ea86dc

RGB 234134220
HSL0.860.700.72
HSV308°43°92°
CMYK 0.000.430.06   0.08
XYZ55.375039.709972.4563
Yxy39.70990.33050.2370
Hunter Lab63.015846.5789-24.0613
CIE-Lab69.262450.0909-27.6057

#ea86dc color RGB value is (234,134,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000110 11011100
Octal 352 206 334
Decimal 234 134 220
Hex EA 86 DC

RGB Percentages of Color #ea86dc

%39.80
%22.79
%37.41

CMYK Percentages of Color #ea86dc

%0
%43
%6
%8

Triadic Colors of #ea86dc

#ea86dc #dcea86 #86dcea

Analogous Colors of #ea86dc

#ea86dc #ea86aa #c686ea

Monochromatic Colors of #ea86dc

#ea86dc

Complementary Color

#ea86dc #86ea94

#ea86dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea86dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea86dc Color CSS Codes

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

#ea86dc Text Font Color

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

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


#ea86dc Background Color

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

This div background color is #ea86dc


#ea86dc Border Color

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

This div border color is #ea86dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea86dc


Comments

No comments written yet.

Please login to write comment.