Color Hex Logo

#dcbbe3 Color Hex

#DCBBE3
(220,187,227)
0 Favorites   0 Comments

Color spaces of #dcbbe3

RGB 220187227
HSL0.800.420.81
HSV290°18°89°
CMYK 0.030.180.00   0.11
XYZ61.150756.302380.3175
Yxy56.30230.30920.2847
Hunter Lab75.034914.1601-10.9398
CIE-Lab79.785618.7739-15.5616

#dcbbe3 color RGB value is (220,187,227).

#dcbbe3 hex color red value is 220, green value is 187 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #dcbbe3 hue: 0.80 , saturation: 0.42 and the lightness value of dcbbe3 is 0.81.

The process color (four color CMYK) of #dcbbe3 color hex is 0.03, 0.18, 0.00, 0.11. Web safe color of #dcbbe3 is #cccccc. Color #dcbbe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11100011
Octal 334 273 343
Decimal 220 187 227
Hex DC BB E3

RGB Percentages of Color #dcbbe3

%34.70
%29.50
%35.80

CMYK Percentages of Color #dcbbe3

%3
%18
%0
%11

Triadic Colors of #dcbbe3

#dcbbe3 #e3dcbb #bbe3dc

Analogous Colors of #dcbbe3

#dcbbe3 #e3bbd6 #c8bbe3

Monochromatic Colors of #dcbbe3

#dcbbe3

Complementary Color

#dcbbe3 #c2e3bb

#dcbbe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbe3 Color CSS Codes

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

#dcbbe3 Text Font Color

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

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


#dcbbe3 Background Color

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

This div background color is #dcbbe3


#dcbbe3 Border Color

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

This div border color is #dcbbe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbe3


Comments

No comments written yet.

Please login to write comment.