Color Hex Logo

#c97794 Color Hex

#C97794
(201,119,148)
0 Favorites   0 Comments

Color spaces of #c97794

RGB 201119148
HSL0.940.430.63
HSV339°41°79°
CMYK 0.000.410.26   0.21
XYZ36.029527.749331.4742
Yxy27.74930.37830.2913
Hunter Lab52.677629.90151.4493
CIE-Lab59.661635.7348-1.7886

#c97794 color RGB value is (201,119,148).

#c97794 hex color red value is 201, green value is 119 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c97794 hue: 0.94 , saturation: 0.43 and the lightness value of c97794 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110111 10010100
Octal 311 167 224
Decimal 201 119 148
Hex C9 77 94

RGB Percentages of Color #c97794

%42.95
%25.43
%31.62

CMYK Percentages of Color #c97794

%0
%41
%26
%21

Triadic Colors of #c97794

#c97794 #94c977 #7794c9

Analogous Colors of #c97794

#c97794 #c98377 #c977bd

Monochromatic Colors of #c97794

#c97794

Complementary Color

#c97794 #77c9ac

#c97794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97794 Color CSS Codes

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

#c97794 Text Font Color

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

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


#c97794 Background Color

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

This div background color is #c97794


#c97794 Border Color

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

This div border color is #c97794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97794


Comments

No comments written yet.

Please login to write comment.