Color Hex Logo

#ea85dc Color Hex

#EA85DC
(234,133,220)
0 Favorites   0 Comments

Color spaces of #ea85dc

RGB 234133220
HSL0.860.710.72
HSV308°43°92°
CMYK 0.000.430.06   0.08
XYZ55.237539.434872.4105
Yxy39.43480.33060.2360
Hunter Lab62.797147.1169-24.4085
CIE-Lab69.065150.5956-27.9091

#ea85dc color RGB value is (234,133,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000101 11011100
Octal 352 205 334
Decimal 234 133 220
Hex EA 85 DC

RGB Percentages of Color #ea85dc

%39.86
%22.66
%37.48

CMYK Percentages of Color #ea85dc

%0
%43
%6
%8

Triadic Colors of #ea85dc

#ea85dc #dcea85 #85dcea

Analogous Colors of #ea85dc

#ea85dc #ea85aa #c685ea

Monochromatic Colors of #ea85dc

#ea85dc

Complementary Color

#ea85dc #85ea93

#ea85dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea85dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea85dc Color CSS Codes

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

#ea85dc Text Font Color

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

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


#ea85dc Background Color

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

This div background color is #ea85dc


#ea85dc Border Color

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

This div border color is #ea85dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea85dc


Comments

No comments written yet.

Please login to write comment.