Color Hex Logo

#dc87be Color Hex

#DC87BE
(220,135,190)
0 Favorites   0 Comments

Color spaces of #dc87be

RGB 220135190
HSL0.890.550.70
HSV321°39°86°
CMYK 0.000.390.14   0.14
XYZ47.473436.261353.2122
Yxy36.26130.34670.2648
Hunter Lab60.217435.3432-10.2406
CIE-Lab66.719140.1629-14.9171

#dc87be color RGB value is (220,135,190).

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

The process color (four color CMYK) of #dc87be color hex is 0.00, 0.39, 0.14, 0.14. Web safe color of #dc87be is #cc99cc. Color #dc87be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000111 10111110
Octal 334 207 276
Decimal 220 135 190
Hex DC 87 BE

RGB Percentages of Color #dc87be

%40.37
%24.77
%34.86

CMYK Percentages of Color #dc87be

%0
%39
%14
%14

Triadic Colors of #dc87be

#dc87be #bedc87 #87bedc

Analogous Colors of #dc87be

#dc87be #dc8794 #d087dc

Monochromatic Colors of #dc87be

#dc87be

Complementary Color

#dc87be #87dca5

#dc87be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc87be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc87be Color CSS Codes

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

#dc87be Text Font Color

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

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


#dc87be Background Color

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

This div background color is #dc87be


#dc87be Border Color

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

This div border color is #dc87be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc87be


Comments

No comments written yet.

Please login to write comment.