Color Hex Logo

#dc8cbe Color Hex

#DC8CBE
(220,140,190)
0 Favorites   0 Comments

Color spaces of #dc8cbe

RGB 220140190
HSL0.900.530.71
HSV323°36°86°
CMYK 0.000.360.14   0.14
XYZ48.187537.689553.4502
Yxy37.68950.34590.2705
Hunter Lab61.391832.6722-8.6461
CIE-Lab67.791137.5213-13.3032

#dc8cbe color RGB value is (220,140,190).

#dc8cbe hex color red value is 220, green value is 140 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dc8cbe hue: 0.90 , saturation: 0.53 and the lightness value of dc8cbe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001100 10111110
Octal 334 214 276
Decimal 220 140 190
Hex DC 8C BE

RGB Percentages of Color #dc8cbe

%40.00
%25.45
%34.55

CMYK Percentages of Color #dc8cbe

%0
%36
%14
%14

Triadic Colors of #dc8cbe

#dc8cbe #bedc8c #8cbedc

Analogous Colors of #dc8cbe

#dc8cbe #dc8c96 #d28cdc

Monochromatic Colors of #dc8cbe

#dc8cbe

Complementary Color

#dc8cbe #8cdcaa

#dc8cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8cbe Color CSS Codes

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

#dc8cbe Text Font Color

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

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


#dc8cbe Background Color

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

This div background color is #dc8cbe


#dc8cbe Border Color

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

This div border color is #dc8cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8cbe


Comments

No comments written yet.

Please login to write comment.