Color Hex Logo

#dcbcf6 Color Hex

#DCBCF6
(220,188,246)
0 Favorites   0 Comments

Color spaces of #dcbcf6

RGB 220188246
HSL0.760.760.85
HSV273°24°96°
CMYK 0.110.240.00   0.04
XYZ64.133057.835994.9721
Yxy57.83590.29560.2666
Hunter Lab76.049917.4419-20.8072
CIE-Lab80.647521.9647-24.4582

#dcbcf6 color RGB value is (220,188,246).

#dcbcf6 hex color red value is 220, green value is 188 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dcbcf6 hue: 0.76 , saturation: 0.76 and the lightness value of dcbcf6 is 0.85.

The process color (four color CMYK) of #dcbcf6 color hex is 0.11, 0.24, 0.00, 0.04. Web safe color of #dcbcf6 is #ccccff. Color #dcbcf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 11110110
Octal 334 274 366
Decimal 220 188 246
Hex DC BC F6

RGB Percentages of Color #dcbcf6

%33.64
%28.75
%37.61

CMYK Percentages of Color #dcbcf6

%11
%24
%0
%4

Triadic Colors of #dcbcf6

#dcbcf6 #f6dcbc #bcf6dc

Analogous Colors of #dcbcf6

#dcbcf6 #f6bcf3 #bfbcf6

Monochromatic Colors of #dcbcf6

#dcbcf6

Complementary Color

#dcbcf6 #d6f6bc

#dcbcf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbcf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbcf6 Color CSS Codes

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

#dcbcf6 Text Font Color

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

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


#dcbcf6 Background Color

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

This div background color is #dcbcf6


#dcbcf6 Border Color

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

This div border color is #dcbcf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbcf6


Comments

No comments written yet.

Please login to write comment.