Color Hex Logo

#dc87ef Color Hex

#DC87EF
(220,135,239)
0 Favorites   0 Comments

Color spaces of #dc87ef

RGB 220135239
HSL0.800.760.73
HSV289°44°94°
CMYK 0.080.440.00   0.06
XYZ53.759238.775686.3124
Yxy38.77560.30060.2168
Hunter Lab62.270145.1306-38.5927
CIE-Lab68.588448.8941-39.2556

#dc87ef color RGB value is (220,135,239).

#dc87ef hex color red value is 220, green value is 135 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dc87ef hue: 0.80 , saturation: 0.76 and the lightness value of dc87ef is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000111 11101111
Octal 334 207 357
Decimal 220 135 239
Hex DC 87 EF

RGB Percentages of Color #dc87ef

%37.04
%22.73
%40.24

CMYK Percentages of Color #dc87ef

%8
%44
%0
%6

Triadic Colors of #dc87ef

#dc87ef #efdc87 #87efdc

Analogous Colors of #dc87ef

#dc87ef #ef87ce #a887ef

Monochromatic Colors of #dc87ef

#dc87ef

Complementary Color

#dc87ef #9aef87

#dc87ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc87ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc87ef Color CSS Codes

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

#dc87ef Text Font Color

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

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


#dc87ef Background Color

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

This div background color is #dc87ef


#dc87ef Border Color

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

This div border color is #dc87ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc87ef


Comments

No comments written yet.

Please login to write comment.