Color Hex Logo

#dcbff9 Color Hex

#DCBFF9
(220,191,249)
0 Favorites   0 Comments

Color spaces of #dcbff9

RGB 220191249
HSL0.750.830.86
HSV270°23°98°
CMYK 0.120.230.00   0.02
XYZ65.244959.316897.6330
Yxy59.31680.29360.2670
Hunter Lab77.017416.4349-21.2482
CIE-Lab81.465420.9589-24.8162

#dcbff9 color RGB value is (220,191,249).

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

The process color (four color CMYK) of #dcbff9 color hex is 0.12, 0.23, 0.00, 0.02. Web safe color of #dcbff9 is #ccccff. Color #dcbff9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 11111001
Octal 334 277 371
Decimal 220 191 249
Hex DC BF F9

RGB Percentages of Color #dcbff9

%33.33
%28.94
%37.73

CMYK Percentages of Color #dcbff9

%12
%23
%0
%2

Triadic Colors of #dcbff9

#dcbff9 #f9dcbf #bff9dc

Analogous Colors of #dcbff9

#dcbff9 #f9bff9 #bfbff9

Monochromatic Colors of #dcbff9

#dcbff9

Complementary Color

#dcbff9 #dcf9bf

#dcbff9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbff9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbff9 Color CSS Codes

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

#dcbff9 Text Font Color

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

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


#dcbff9 Background Color

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

This div background color is #dcbff9


#dcbff9 Border Color

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

This div border color is #dcbff9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbff9


Comments

No comments written yet.

Please login to write comment.