Color Hex Logo

#c9749f Color Hex

#C9749F
(201,116,159)
0 Favorites   0 Comments

Color spaces of #c9749f

RGB 201116159
HSL0.920.440.62
HSV330°42°79°
CMYK 0.000.420.21   0.21
XYZ36.590827.411536.1633
Yxy27.41150.36530.2737
Hunter Lab52.356033.1279-4.3036
CIE-Lab59.353338.9330-8.5857

#c9749f color RGB value is (201,116,159).

#c9749f hex color red value is 201, green value is 116 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c9749f hue: 0.92 , saturation: 0.44 and the lightness value of c9749f is 0.62.

The process color (four color CMYK) of #c9749f color hex is 0.00, 0.42, 0.21, 0.21. Web safe color of #c9749f is #cc6699. Color #c9749f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110100 10011111
Octal 311 164 237
Decimal 201 116 159
Hex C9 74 9F

RGB Percentages of Color #c9749f

%42.23
%24.37
%33.40

CMYK Percentages of Color #c9749f

%0
%42
%21
%21

Triadic Colors of #c9749f

#c9749f #9fc974 #749fc9

Analogous Colors of #c9749f

#c9749f #c97475 #c974c9

Monochromatic Colors of #c9749f

#c9749f

Complementary Color

#c9749f #74c99e

#c9749f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9749f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9749f Color CSS Codes

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

#c9749f Text Font Color

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

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


#c9749f Background Color

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

This div background color is #c9749f


#c9749f Border Color

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

This div border color is #c9749f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,116,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9749f


Comments

No comments written yet.

Please login to write comment.