Color Hex Logo

#dc86ea Color Hex

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

Color spaces of #dc86ea

RGB 220134234
HSL0.810.700.72
HSV292°43°92°
CMYK 0.060.430.00   0.08
XYZ52.891638.206482.4288
Yxy38.20640.30480.2202
Hunter Lab61.811344.5716-35.7985
CIE-Lab68.172548.4505-37.1539

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

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

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

Base Numbers

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

RGB Percentages of Color #dc86ea

%37.41
%22.79
%39.80

CMYK Percentages of Color #dc86ea

%6
%43
%0
%8

Triadic Colors of #dc86ea

#dc86ea #eadc86 #86eadc

Analogous Colors of #dc86ea

#dc86ea #ea86c6 #aa86ea

Monochromatic Colors of #dc86ea

#dc86ea

Complementary Color

#dc86ea #94ea86

#dc86ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc86ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc86ea Color CSS Codes

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

#dc86ea Text Font Color

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

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


#dc86ea Background Color

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

This div background color is #dc86ea


#dc86ea Border Color

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

This div border color is #dc86ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc86ea


Comments

No comments written yet.

Please login to write comment.