Color Hex Logo

#dcb7ec Color Hex

#DCB7EC
(220,183,236)
0 Favorites   0 Comments

Color spaces of #dcb7ec

RGB 220183236
HSL0.780.580.82
HSV282°22°93°
CMYK 0.070.220.00   0.07
XYZ61.589055.138786.7536
Yxy55.13870.30270.2710
Hunter Lab74.255418.1046-17.2905
CIE-Lab79.121122.6668-21.4107

#dcb7ec color RGB value is (220,183,236).

#dcb7ec hex color red value is 220, green value is 183 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dcb7ec hue: 0.78 , saturation: 0.58 and the lightness value of dcb7ec is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 11101100
Octal 334 267 354
Decimal 220 183 236
Hex DC B7 EC

RGB Percentages of Color #dcb7ec

%34.43
%28.64
%36.93

CMYK Percentages of Color #dcb7ec

%7
%22
%0
%7

Triadic Colors of #dcb7ec

#dcb7ec #ecdcb7 #b7ecdc

Analogous Colors of #dcb7ec

#dcb7ec #ecb7e2 #c2b7ec

Monochromatic Colors of #dcb7ec

#dcb7ec

Complementary Color

#dcb7ec #c7ecb7

#dcb7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb7ec Color CSS Codes

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

#dcb7ec Text Font Color

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

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


#dcb7ec Background Color

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

This div background color is #dcb7ec


#dcb7ec Border Color

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

This div border color is #dcb7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb7ec


Comments

No comments written yet.

Please login to write comment.