Color Hex Logo

#dcbdef Color Hex

#DCBDEF
(220,189,239)
0 Favorites   0 Comments

Color spaces of #dcbdef

RGB 220189239
HSL0.770.610.84
HSV277°21°94°
CMYK 0.080.210.00   0.06
XYZ63.292857.842889.4902
Yxy57.84280.30050.2746
Hunter Lab76.054515.4531-16.5260
CIE-Lab80.651320.0246-20.7018

#dcbdef color RGB value is (220,189,239).

#dcbdef hex color red value is 220, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dcbdef hue: 0.77 , saturation: 0.61 and the lightness value of dcbdef is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 11101111
Octal 334 275 357
Decimal 220 189 239
Hex DC BD EF

RGB Percentages of Color #dcbdef

%33.95
%29.17
%36.88

CMYK Percentages of Color #dcbdef

%8
%21
%0
%6

Triadic Colors of #dcbdef

#dcbdef #efdcbd #bdefdc

Analogous Colors of #dcbdef

#dcbdef #efbde9 #c3bdef

Monochromatic Colors of #dcbdef

#dcbdef

Complementary Color

#dcbdef #d0efbd

#dcbdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbdef Color CSS Codes

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

#dcbdef Text Font Color

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

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


#dcbdef Background Color

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

This div background color is #dcbdef


#dcbdef Border Color

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

This div border color is #dcbdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbdef


Comments

No comments written yet.

Please login to write comment.