Color Hex Logo

#dcbfda Color Hex

#DCBFDA
(220,191,218)
0 Favorites   0 Comments

Color spaces of #dcbfda

RGB 220191218
HSL0.840.290.81
HSV304°13°86°
CMYK 0.000.130.01   0.14
XYZ60.800957.539274.2313
Yxy57.53920.31570.2988
Hunter Lab75.854610.3303-4.9230
CIE-Lab80.481914.9477-9.6760

#dcbfda color RGB value is (220,191,218).

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

The process color (four color CMYK) of #dcbfda color hex is 0.00, 0.13, 0.01, 0.14. Web safe color of #dcbfda is #cccccc. Color #dcbfda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 11011010
Octal 334 277 332
Decimal 220 191 218
Hex DC BF DA

RGB Percentages of Color #dcbfda

%34.98
%30.37
%34.66

CMYK Percentages of Color #dcbfda

%0
%13
%1
%14

Triadic Colors of #dcbfda

#dcbfda #dadcbf #bfdadc

Analogous Colors of #dcbfda

#dcbfda #dcbfcc #d0bfdc

Monochromatic Colors of #dcbfda

#dcbfda

Complementary Color

#dcbfda #bfdcc1

#dcbfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbfda Color CSS Codes

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

#dcbfda Text Font Color

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

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


#dcbfda Background Color

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

This div background color is #dcbfda


#dcbfda Border Color

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

This div border color is #dcbfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbfda


Comments

No comments written yet.

Please login to write comment.