Color Hex Logo

#dcbdeb Color Hex

#DCBDEB
(220,189,235)
0 Favorites   0 Comments

Color spaces of #dcbdeb

RGB 220189235
HSL0.780.530.83
HSV280°20°92°
CMYK 0.060.200.00   0.08
XYZ62.708257.609086.4118
Yxy57.60900.30330.2787
Hunter Lab75.900614.6486-14.3704
CIE-Lab80.520919.2382-18.7534

#dcbdeb color RGB value is (220,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 11101011
Octal 334 275 353
Decimal 220 189 235
Hex DC BD EB

RGB Percentages of Color #dcbdeb

%34.16
%29.35
%36.49

CMYK Percentages of Color #dcbdeb

%6
%20
%0
%8

Triadic Colors of #dcbdeb

#dcbdeb #ebdcbd #bdebdc

Analogous Colors of #dcbdeb

#dcbdeb #ebbde3 #c5bdeb

Monochromatic Colors of #dcbdeb

#dcbdeb

Complementary Color

#dcbdeb #ccebbd

#dcbdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbdeb Color CSS Codes

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

#dcbdeb Text Font Color

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

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


#dcbdeb Background Color

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

This div background color is #dcbdeb


#dcbdeb Border Color

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

This div border color is #dcbdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbdeb


Comments

No comments written yet.

Please login to write comment.