Color Hex Logo

#dcbcdf Color Hex

#DCBCDF
(220,188,223)
0 Favorites   0 Comments

Color spaces of #dcbcdf

RGB 220188223
HSL0.820.350.81
HSV295°16°87°
CMYK 0.010.160.00   0.13
XYZ60.817756.509877.5141
Yxy56.50980.31210.2900
Hunter Lab75.173012.8603-8.5154
CIE-Lab79.903117.4823-13.2315

#dcbcdf color RGB value is (220,188,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 11011111
Octal 334 274 337
Decimal 220 188 223
Hex DC BC DF

RGB Percentages of Color #dcbcdf

%34.87
%29.79
%35.34

CMYK Percentages of Color #dcbcdf

%1
%16
%0
%13

Triadic Colors of #dcbcdf

#dcbcdf #dfdcbc #bcdfdc

Analogous Colors of #dcbcdf

#dcbcdf #dfbcd1 #cbbcdf

Monochromatic Colors of #dcbcdf

#dcbcdf

Complementary Color

#dcbcdf #bfdfbc

#dcbcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbcdf Color CSS Codes

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

#dcbcdf Text Font Color

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

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


#dcbcdf Background Color

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

This div background color is #dcbcdf


#dcbcdf Border Color

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

This div border color is #dcbcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbcdf


Comments

No comments written yet.

Please login to write comment.