Color Hex Logo

#dcbff6 Color Hex

#DCBFF6
(220,191,246)
0 Favorites   0 Comments

Color spaces of #dcbff6

RGB 220191246
HSL0.750.750.86
HSV272°22°96°
CMYK 0.110.220.00   0.04
XYZ64.780659.131195.1879
Yxy59.13110.29570.2699
Hunter Lab76.896715.8055-19.5654
CIE-Lab81.363620.3491-23.3681

#dcbff6 color RGB value is (220,191,246).

#dcbff6 hex color red value is 220, green value is 191 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dcbff6 hue: 0.75 , saturation: 0.75 and the lightness value of dcbff6 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 11110110
Octal 334 277 366
Decimal 220 191 246
Hex DC BF F6

RGB Percentages of Color #dcbff6

%33.49
%29.07
%37.44

CMYK Percentages of Color #dcbff6

%11
%22
%0
%4

Triadic Colors of #dcbff6

#dcbff6 #f6dcbf #bff6dc

Analogous Colors of #dcbff6

#dcbff6 #f6bff5 #c1bff6

Monochromatic Colors of #dcbff6

#dcbff6

Complementary Color

#dcbff6 #d9f6bf

#dcbff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbff6 Color CSS Codes

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

#dcbff6 Text Font Color

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

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


#dcbff6 Background Color

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

This div background color is #dcbff6


#dcbff6 Border Color

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

This div border color is #dcbff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbff6


Comments

No comments written yet.

Please login to write comment.