Color Hex Logo

#dcbbbe Color Hex

#DCBBBE
(220,187,190)
0 Favorites   0 Comments

Color spaces of #dcbbbe

RGB 220187190
HSL0.980.320.80
HSV355°15°86°
CMYK 0.000.150.14   0.14
XYZ56.579854.474056.2477
Yxy54.47400.33820.3256
Hunter Lab73.80657.67616.4798
CIE-Lab78.737312.25762.8637

#dcbbbe color RGB value is (220,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10111110
Octal 334 273 276
Decimal 220 187 190
Hex DC BB BE

RGB Percentages of Color #dcbbbe

%36.85
%31.32
%31.83

CMYK Percentages of Color #dcbbbe

%0
%15
%14
%14

Triadic Colors of #dcbbbe

#dcbbbe #bedcbb #bbbedc

Analogous Colors of #dcbbbe

#dcbbbe #dcc9bb #dcbbcf

Monochromatic Colors of #dcbbbe

#dcbbbe

Complementary Color

#dcbbbe #bbdcd9

#dcbbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbbe Color CSS Codes

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

#dcbbbe Text Font Color

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

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


#dcbbbe Background Color

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

This div background color is #dcbbbe


#dcbbbe Border Color

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

This div border color is #dcbbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbbe


Comments

No comments written yet.

Please login to write comment.