Color Hex Logo

#dcbddc Color Hex

#DCBDDC
(220,189,220)
0 Favorites   0 Comments

Color spaces of #dcbddc

RGB 220189220
HSL0.830.310.80
HSV300°14°86°
CMYK 0.000.140.00   0.14
XYZ60.631156.778175.4738
Yxy56.77810.31430.2944
Hunter Lab75.351211.7647-6.6406
CIE-Lab80.054616.3881-11.3894

#dcbddc color RGB value is (220,189,220).

#dcbddc hex color red value is 220, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dcbddc hue: 0.83 , saturation: 0.31 and the lightness value of dcbddc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 11011100
Octal 334 275 334
Decimal 220 189 220
Hex DC BD DC

RGB Percentages of Color #dcbddc

%34.98
%30.05
%34.98

CMYK Percentages of Color #dcbddc

%0
%14
%0
%14

Triadic Colors of #dcbddc

#dcbddc #dcdcbd #bddcdc

Analogous Colors of #dcbddc

#dcbddc #dcbdcd #cdbddc

Monochromatic Colors of #dcbddc

#dcbddc

Complementary Color

#dcbddc #bddcbd

#dcbddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbddc Color CSS Codes

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

#dcbddc Text Font Color

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

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


#dcbddc Background Color

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

This div background color is #dcbddc


#dcbddc Border Color

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

This div border color is #dcbddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbddc


Comments

No comments written yet.

Please login to write comment.