Color Hex Logo

#c9a3b7 Color Hex

#C9A3B7
(201,163,183)
0 Favorites   0 Comments

Color spaces of #c9a3b7

RGB 201163183
HSL0.910.260.71
HSV328°19°79°
CMYK 0.000.190.09   0.21
XYZ45.731842.030850.5022
Yxy42.03080.33080.3040
Hunter Lab64.831212.4591-0.8039
CIE-Lab70.892117.2638-5.0011

#c9a3b7 color RGB value is (201,163,183).

#c9a3b7 hex color red value is 201, green value is 163 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #c9a3b7 hue: 0.91 , saturation: 0.26 and the lightness value of c9a3b7 is 0.71.

The process color (four color CMYK) of #c9a3b7 color hex is 0.00, 0.19, 0.09, 0.21. Web safe color of #c9a3b7 is #cc99cc. Color #c9a3b7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10100011 10110111
Octal 311 243 267
Decimal 201 163 183
Hex C9 A3 B7

RGB Percentages of Color #c9a3b7

%36.75
%29.80
%33.46

CMYK Percentages of Color #c9a3b7

%0
%19
%9
%21

Triadic Colors of #c9a3b7

#c9a3b7 #b7c9a3 #a3b7c9

Analogous Colors of #c9a3b7

#c9a3b7 #c9a3a4 #c8a3c9

Monochromatic Colors of #c9a3b7

#c9a3b7

Complementary Color

#c9a3b7 #a3c9b5

#c9a3b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9a3b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9a3b7 Color CSS Codes

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

#c9a3b7 Text Font Color

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

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


#c9a3b7 Background Color

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

This div background color is #c9a3b7


#c9a3b7 Border Color

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

This div border color is #c9a3b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9a3b7


Comments

No comments written yet.

Please login to write comment.