Color Hex Logo

#dcbbda Color Hex

#DCBBDA
(220,187,218)
0 Favorites   0 Comments

Color spaces of #dcbbda

RGB 220187218
HSL0.840.320.80
HSV304°15°86°
CMYK 0.000.150.01   0.14
XYZ59.940455.818273.9445
Yxy55.81820.31600.2942
Hunter Lab74.711612.4636-6.3832
CIE-Lab79.510217.0939-11.1244

#dcbbda color RGB value is (220,187,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11011010
Octal 334 273 332
Decimal 220 187 218
Hex DC BB DA

RGB Percentages of Color #dcbbda

%35.20
%29.92
%34.88

CMYK Percentages of Color #dcbbda

%0
%15
%1
%14

Triadic Colors of #dcbbda

#dcbbda #dadcbb #bbdadc

Analogous Colors of #dcbbda

#dcbbda #dcbbca #cebbdc

Monochromatic Colors of #dcbbda

#dcbbda

Complementary Color

#dcbbda #bbdcbd

#dcbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbda Color CSS Codes

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

#dcbbda Text Font Color

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

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


#dcbbda Background Color

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

This div background color is #dcbbda


#dcbbda Border Color

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

This div border color is #dcbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbda


Comments

No comments written yet.

Please login to write comment.