Color Hex Logo

#dcbbf0 Color Hex

#DCBBF0
(220,187,240)
0 Favorites   0 Comments

Color spaces of #dcbbf0

RGB 220187240
HSL0.770.640.84
HSV277°22°94°
CMYK 0.080.220.00   0.06
XYZ63.013757.047690.1282
Yxy57.04760.29980.2714
Hunter Lab75.529916.7433-17.8786
CIE-Lab80.206421.2997-21.9131

#dcbbf0 color RGB value is (220,187,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11110000
Octal 334 273 360
Decimal 220 187 240
Hex DC BB F0

RGB Percentages of Color #dcbbf0

%34.00
%28.90
%37.09

CMYK Percentages of Color #dcbbf0

%8
%22
%0
%6

Triadic Colors of #dcbbf0

#dcbbf0 #f0dcbb #bbf0dc

Analogous Colors of #dcbbf0

#dcbbf0 #f0bbea #c2bbf0

Monochromatic Colors of #dcbbf0

#dcbbf0

Complementary Color

#dcbbf0 #cff0bb

#dcbbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbf0 Color CSS Codes

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

#dcbbf0 Text Font Color

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

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


#dcbbf0 Background Color

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

This div background color is #dcbbf0


#dcbbf0 Border Color

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

This div border color is #dcbbf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbf0


Comments

No comments written yet.

Please login to write comment.