Color Hex Logo

#dcbfec Color Hex

#DCBFEC
(220,191,236)
0 Favorites   0 Comments

Color spaces of #dcbfec

RGB 220191236
HSL0.770.540.84
HSV279°19°93°
CMYK 0.070.190.00   0.07
XYZ63.286358.533487.3194
Yxy58.53340.30260.2799
Hunter Lab76.507113.7668-14.1141
CIE-Lab81.034418.3582-18.5140

#dcbfec color RGB value is (220,191,236).

#dcbfec hex color red value is 220, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dcbfec hue: 0.77 , saturation: 0.54 and the lightness value of dcbfec is 0.84.

The process color (four color CMYK) of #dcbfec color hex is 0.07, 0.19, 0.00, 0.07. Web safe color of #dcbfec is #ccccff. Color #dcbfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 11101100
Octal 334 277 354
Decimal 220 191 236
Hex DC BF EC

RGB Percentages of Color #dcbfec

%34.00
%29.52
%36.48

CMYK Percentages of Color #dcbfec

%7
%19
%0
%7

Triadic Colors of #dcbfec

#dcbfec #ecdcbf #bfecdc

Analogous Colors of #dcbfec

#dcbfec #ecbfe6 #c6bfec

Monochromatic Colors of #dcbfec

#dcbfec

Complementary Color

#dcbfec #cfecbf

#dcbfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbfec Color CSS Codes

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

#dcbfec Text Font Color

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

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


#dcbfec Background Color

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

This div background color is #dcbfec


#dcbfec Border Color

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

This div border color is #dcbfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbfec


Comments

No comments written yet.

Please login to write comment.