Color Hex Logo

#dcafb7 Color Hex

#DCAFB7
(220,175,183)
0 Favorites   0 Comments

Color spaces of #dcafb7

RGB 220175183
HSL0.970.390.77
HSV349°20°86°
CMYK 0.000.200.17   0.14
XYZ53.392449.294551.5004
Yxy49.29450.34630.3197
Hunter Lab70.210012.87575.6567
CIE-Lab75.634217.58182.1615

#dcafb7 color RGB value is (220,175,183).

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

The process color (four color CMYK) of #dcafb7 color hex is 0.00, 0.20, 0.17, 0.14. Web safe color of #dcafb7 is #cc99cc. Color #dcafb7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10110111
Octal 334 257 267
Decimal 220 175 183
Hex DC AF B7

RGB Percentages of Color #dcafb7

%38.06
%30.28
%31.66

CMYK Percentages of Color #dcafb7

%0
%20
%17
%14

Triadic Colors of #dcafb7

#dcafb7 #b7dcaf #afb7dc

Analogous Colors of #dcafb7

#dcafb7 #dcbeaf #dcafce

Monochromatic Colors of #dcafb7

#dcafb7

Complementary Color

#dcafb7 #afdcd4

#dcafb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafb7 Color CSS Codes

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

#dcafb7 Text Font Color

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

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


#dcafb7 Background Color

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

This div background color is #dcafb7


#dcafb7 Border Color

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

This div border color is #dcafb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafb7


Comments

No comments written yet.

Please login to write comment.