Color Hex Logo

#dcbbd2 Color Hex

#DCBBD2
(220,187,210)
0 Favorites   0 Comments

Color spaces of #dcbbd2

RGB 220187210
HSL0.880.320.80
HSV318°15°86°
CMYK 0.000.150.05   0.14
XYZ58.918455.409468.5625
Yxy55.40940.32220.3030
Hunter Lab74.437511.0198-2.5043
CIE-Lab79.276515.6505-7.1544

#dcbbd2 color RGB value is (220,187,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11010010
Octal 334 273 322
Decimal 220 187 210
Hex DC BB D2

RGB Percentages of Color #dcbbd2

%35.66
%30.31
%34.04

CMYK Percentages of Color #dcbbd2

%0
%15
%5
%14

Triadic Colors of #dcbbd2

#dcbbd2 #d2dcbb #bbd2dc

Analogous Colors of #dcbbd2

#dcbbd2 #dcbbc2 #d6bbdc

Monochromatic Colors of #dcbbd2

#dcbbd2

Complementary Color

#dcbbd2 #bbdcc5

#dcbbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbd2 Color CSS Codes

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

#dcbbd2 Text Font Color

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

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


#dcbbd2 Background Color

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

This div background color is #dcbbd2


#dcbbd2 Border Color

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

This div border color is #dcbbd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbd2


Comments

No comments written yet.

Please login to write comment.