Color Hex Logo

#dcbbee Color Hex

#DCBBEE
(220,187,238)
0 Favorites   0 Comments

Color spaces of #dcbbee

RGB 220187238
HSL0.770.600.83
HSV279°21°93°
CMYK 0.080.210.00   0.07
XYZ62.718156.929388.5718
Yxy56.92930.30120.2734
Hunter Lab75.451516.3357-16.7839
CIE-Lab80.139820.9038-20.9406

#dcbbee color RGB value is (220,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11101110
Octal 334 273 356
Decimal 220 187 238
Hex DC BB EE

RGB Percentages of Color #dcbbee

%34.11
%28.99
%36.90

CMYK Percentages of Color #dcbbee

%8
%21
%0
%7

Triadic Colors of #dcbbee

#dcbbee #eedcbb #bbeedc

Analogous Colors of #dcbbee

#dcbbee #eebbe7 #c3bbee

Monochromatic Colors of #dcbbee

#dcbbee

Complementary Color

#dcbbee #cdeebb

#dcbbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbee Color CSS Codes

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

#dcbbee Text Font Color

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

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


#dcbbee Background Color

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

This div background color is #dcbbee


#dcbbee Border Color

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

This div border color is #dcbbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbee


Comments

No comments written yet.

Please login to write comment.