Color Hex Logo

#dc87ea Color Hex

#DC87EA
(220,135,234)
0 Favorites   0 Comments

Color spaces of #dc87ea

RGB 220135234
HSL0.810.700.72
HSV292°42°92°
CMYK 0.060.420.00   0.08
XYZ53.030538.484182.4751
Yxy38.48410.30480.2212
Hunter Lab62.035644.0268-35.4000
CIE-Lab68.375947.9333-36.8373

#dc87ea color RGB value is (220,135,234).

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

The process color (four color CMYK) of #dc87ea color hex is 0.06, 0.42, 0.00, 0.08. Web safe color of #dc87ea is #cc99ff. Color #dc87ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000111 11101010
Octal 334 207 352
Decimal 220 135 234
Hex DC 87 EA

RGB Percentages of Color #dc87ea

%37.35
%22.92
%39.73

CMYK Percentages of Color #dc87ea

%6
%42
%0
%8

Triadic Colors of #dc87ea

#dc87ea #eadc87 #87eadc

Analogous Colors of #dc87ea

#dc87ea #ea87c7 #ab87ea

Monochromatic Colors of #dc87ea

#dc87ea

Complementary Color

#dc87ea #95ea87

#dc87ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc87ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc87ea Color CSS Codes

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

#dc87ea Text Font Color

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

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


#dc87ea Background Color

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

This div background color is #dc87ea


#dc87ea Border Color

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

This div border color is #dc87ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc87ea


Comments

No comments written yet.

Please login to write comment.