Color Hex Logo

#dcbbcc Color Hex

#DCBBCC
(220,187,204)
0 Favorites   0 Comments

Color spaces of #dcbbcc

RGB 220187204
HSL0.910.320.80
HSV329°15°86°
CMYK 0.000.150.07   0.14
XYZ58.184655.115964.6985
Yxy55.11590.32690.3096
Hunter Lab74.24019.97670.2982
CIE-Lab79.108014.5996-4.1621

#dcbbcc color RGB value is (220,187,204).

#dcbbcc hex color red value is 220, green value is 187 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dcbbcc hue: 0.91 , saturation: 0.32 and the lightness value of dcbbcc is 0.80.

The process color (four color CMYK) of #dcbbcc color hex is 0.00, 0.15, 0.07, 0.14. Web safe color of #dcbbcc is #cccccc. Color #dcbbcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11001100
Octal 334 273 314
Decimal 220 187 204
Hex DC BB CC

RGB Percentages of Color #dcbbcc

%36.01
%30.61
%33.39

CMYK Percentages of Color #dcbbcc

%0
%15
%7
%14

Triadic Colors of #dcbbcc

#dcbbcc #ccdcbb #bbccdc

Analogous Colors of #dcbbcc

#dcbbcc #dcbbbc #dcbbdc

Monochromatic Colors of #dcbbcc

#dcbbcc

Complementary Color

#dcbbcc #bbdccb

#dcbbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbcc Color CSS Codes

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

#dcbbcc Text Font Color

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

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


#dcbbcc Background Color

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

This div background color is #dcbbcc


#dcbbcc Border Color

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

This div border color is #dcbbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbcc


Comments

No comments written yet.

Please login to write comment.