Color Hex Logo

#dcb7fe Color Hex

#DCB7FE
(220,183,254)
0 Favorites   0 Comments

Color spaces of #dcb7fe

RGB 220183254
HSL0.750.970.86
HSV271°28°100°
CMYK 0.130.280.00   0.00
XYZ64.338156.2384101.2300
Yxy56.23840.29010.2535
Hunter Lab74.992321.9040-27.5394
CIE-Lab79.749326.3031-30.1149

#dcb7fe color RGB value is (220,183,254).

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

The process color (four color CMYK) of #dcb7fe color hex is 0.13, 0.28, 0.00, 0.00. Web safe color of #dcb7fe is #ccccff. Color #dcb7fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 11111110
Octal 334 267 376
Decimal 220 183 254
Hex DC B7 FE

RGB Percentages of Color #dcb7fe

%33.49
%27.85
%38.66

CMYK Percentages of Color #dcb7fe

%13
%28
%0
%0

Triadic Colors of #dcb7fe

#dcb7fe #fedcb7 #b7fedc

Analogous Colors of #dcb7fe

#dcb7fe #feb7fd #b9b7fe

Monochromatic Colors of #dcb7fe

#dcb7fe

Complementary Color

#dcb7fe #d9feb7

#dcb7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb7fe Color CSS Codes

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

#dcb7fe Text Font Color

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

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


#dcb7fe Background Color

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

This div background color is #dcb7fe


#dcb7fe Border Color

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

This div border color is #dcb7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb7fe


Comments

No comments written yet.

Please login to write comment.