Color Hex Logo

#dcbceb Color Hex

#DCBCEB
(220,188,235)
0 Favorites   0 Comments

Color spaces of #dcbceb

RGB 220188235
HSL0.780.540.83
HSV281°20°92°
CMYK 0.060.200.00   0.08
XYZ62.493857.180286.3404
Yxy57.18020.30330.2776
Hunter Lab75.617615.1897-14.7652
CIE-Lab80.280819.7763-19.1163

#dcbceb color RGB value is (220,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 11101011
Octal 334 274 353
Decimal 220 188 235
Hex DC BC EB

RGB Percentages of Color #dcbceb

%34.21
%29.24
%36.55

CMYK Percentages of Color #dcbceb

%6
%20
%0
%8

Triadic Colors of #dcbceb

#dcbceb #ebdcbc #bcebdc

Analogous Colors of #dcbceb

#dcbceb #ebbce3 #c5bceb

Monochromatic Colors of #dcbceb

#dcbceb

Complementary Color

#dcbceb #cbebbc

#dcbceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbceb Color CSS Codes

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

#dcbceb Text Font Color

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

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


#dcbceb Background Color

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

This div background color is #dcbceb


#dcbceb Border Color

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

This div border color is #dcbceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,188,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 #dcbceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbceb


Comments

No comments written yet.

Please login to write comment.