Color Hex Logo

#dcb7e1 Color Hex

#DCB7E1
(220,183,225)
0 Favorites   0 Comments

Color spaces of #dcb7e1

RGB 220183225
HSL0.810.410.80
HSV293°19°88°
CMYK 0.020.190.00   0.12
XYZ60.039354.518978.5929
Yxy54.51890.31080.2823
Hunter Lab73.836915.9298-11.4231
CIE-Lab78.763320.5490-16.0213

#dcb7e1 color RGB value is (220,183,225).

#dcb7e1 hex color red value is 220, green value is 183 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dcb7e1 hue: 0.81 , saturation: 0.41 and the lightness value of dcb7e1 is 0.80.

The process color (four color CMYK) of #dcb7e1 color hex is 0.02, 0.19, 0.00, 0.12. Web safe color of #dcb7e1 is #cccccc. Color #dcb7e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 11100001
Octal 334 267 341
Decimal 220 183 225
Hex DC B7 E1

RGB Percentages of Color #dcb7e1

%35.03
%29.14
%35.83

CMYK Percentages of Color #dcb7e1

%2
%19
%0
%12

Triadic Colors of #dcb7e1

#dcb7e1 #e1dcb7 #b7e1dc

Analogous Colors of #dcb7e1

#dcb7e1 #e1b7d1 #c7b7e1

Monochromatic Colors of #dcb7e1

#dcb7e1

Complementary Color

#dcb7e1 #bce1b7

#dcb7e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb7e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb7e1 Color CSS Codes

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

#dcb7e1 Text Font Color

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

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


#dcb7e1 Background Color

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

This div background color is #dcb7e1


#dcb7e1 Border Color

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

This div border color is #dcb7e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb7e1


Comments

No comments written yet.

Please login to write comment.