Color Hex Logo

#dcbadf Color Hex

#DCBADF
(220,186,223)
0 Favorites   0 Comments

Color spaces of #dcbadf

RGB 220186223
HSL0.820.370.80
HSV295°17°87°
CMYK 0.010.170.00   0.13
XYZ60.393455.661277.3726
Yxy55.66120.31220.2878
Hunter Lab74.606413.9333-9.2638
CIE-Lab79.420618.5577-13.9546

#dcbadf color RGB value is (220,186,223).

#dcbadf hex color red value is 220, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dcbadf hue: 0.82 , saturation: 0.37 and the lightness value of dcbadf is 0.80.

The process color (four color CMYK) of #dcbadf color hex is 0.01, 0.17, 0.00, 0.13. Web safe color of #dcbadf is #cccccc. Color #dcbadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 11011111
Octal 334 272 337
Decimal 220 186 223
Hex DC BA DF

RGB Percentages of Color #dcbadf

%34.98
%29.57
%35.45

CMYK Percentages of Color #dcbadf

%1
%17
%0
%13

Triadic Colors of #dcbadf

#dcbadf #dfdcba #badfdc

Analogous Colors of #dcbadf

#dcbadf #dfbad0 #cabadf

Monochromatic Colors of #dcbadf

#dcbadf

Complementary Color

#dcbadf #bddfba

#dcbadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbadf Color CSS Codes

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

#dcbadf Text Font Color

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

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


#dcbadf Background Color

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

This div background color is #dcbadf


#dcbadf Border Color

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

This div border color is #dcbadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbadf


Comments

No comments written yet.

Please login to write comment.