Color Hex Logo

#dcbbeb Color Hex

#DCBBEB
(220,187,235)
0 Favorites   0 Comments

Color spaces of #dcbbeb

RGB 220187235
HSL0.780.550.83
HSV281°20°92°
CMYK 0.060.200.00   0.08
XYZ62.280956.754586.2694
Yxy56.75450.30340.2764
Hunter Lab75.335615.7310-15.1601
CIE-Lab80.041320.3145-19.4785

#dcbbeb color RGB value is (220,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11101011
Octal 334 273 353
Decimal 220 187 235
Hex DC BB EB

RGB Percentages of Color #dcbbeb

%34.27
%29.13
%36.60

CMYK Percentages of Color #dcbbeb

%6
%20
%0
%8

Triadic Colors of #dcbbeb

#dcbbeb #ebdcbb #bbebdc

Analogous Colors of #dcbbeb

#dcbbeb #ebbbe2 #c4bbeb

Monochromatic Colors of #dcbbeb

#dcbbeb

Complementary Color

#dcbbeb #caebbb

#dcbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbeb Color CSS Codes

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

#dcbbeb Text Font Color

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

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


#dcbbeb Background Color

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

This div background color is #dcbbeb


#dcbbeb Border Color

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

This div border color is #dcbbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbeb


Comments

No comments written yet.

Please login to write comment.