Color Hex Logo

#dcbdea Color Hex

#DCBDEA
(220,189,234)
0 Favorites   0 Comments

Color spaces of #dcbdea

RGB 220189234
HSL0.780.520.83
HSV281°19°92°
CMYK 0.060.190.00   0.08
XYZ62.564157.551385.6529
Yxy57.55130.30410.2797
Hunter Lab75.862614.4500-13.8378
CIE-Lab80.488719.0434-18.2653

#dcbdea color RGB value is (220,189,234).

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

The process color (four color CMYK) of #dcbdea color hex is 0.06, 0.19, 0.00, 0.08. Web safe color of #dcbdea is #ccccff. Color #dcbdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 11101010
Octal 334 275 352
Decimal 220 189 234
Hex DC BD EA

RGB Percentages of Color #dcbdea

%34.21
%29.39
%36.39

CMYK Percentages of Color #dcbdea

%6
%19
%0
%8

Triadic Colors of #dcbdea

#dcbdea #eadcbd #bdeadc

Analogous Colors of #dcbdea

#dcbdea #eabde2 #c6bdea

Monochromatic Colors of #dcbdea

#dcbdea

Complementary Color

#dcbdea #cbeabd

#dcbdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbdea Color CSS Codes

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

#dcbdea Text Font Color

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

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


#dcbdea Background Color

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

This div background color is #dcbdea


#dcbdea Border Color

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

This div border color is #dcbdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbdea


Comments

No comments written yet.

Please login to write comment.