Color Hex Logo

#c9497d Color Hex

#C9497D
(201,73,125)
0 Favorites   0 Comments

Color spaces of #c9497d

RGB 20173125
HSL0.930.540.54
HSV336°64°79°
CMYK 0.000.640.38   0.21
XYZ30.171618.663321.4142
Yxy18.66330.42950.2657
Hunter Lab43.201049.06250.8514
CIE-Lab50.290955.3435-2.0136

#c9497d color RGB value is (201,73,125).

#c9497d hex color red value is 201, green value is 73 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c9497d hue: 0.93 , saturation: 0.54 and the lightness value of c9497d is 0.54.

The process color (four color CMYK) of #c9497d color hex is 0.00, 0.64, 0.38, 0.21. Web safe color of #c9497d is #cc3366. Color #c9497d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001001 01111101
Octal 311 111 175
Decimal 201 73 125
Hex C9 49 7D

RGB Percentages of Color #c9497d

%50.38
%18.30
%31.33

CMYK Percentages of Color #c9497d

%0
%64
%38
%21

Triadic Colors of #c9497d

#c9497d #7dc949 #497dc9

Analogous Colors of #c9497d

#c9497d #c95549 #c949bd

Monochromatic Colors of #c9497d

#c9497d

Complementary Color

#c9497d #49c995

#c9497d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9497d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9497d Color CSS Codes

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

#c9497d Text Font Color

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

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


#c9497d Background Color

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

This div background color is #c9497d


#c9497d Border Color

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

This div border color is #c9497d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9497d


Comments

No comments written yet.

Please login to write comment.