Color Hex Logo

#c97097 Color Hex

#C97097
(201,112,151)
0 Favorites   0 Comments

Color spaces of #c97097

RGB 201112151
HSL0.930.450.61
HSV334°44°79°
CMYK 0.000.440.25   0.21
XYZ35.467526.240232.4737
Yxy26.24020.37660.2786
Hunter Lab51.225233.9465-1.7287
CIE-Lab58.264339.8660-5.5829

#c97097 color RGB value is (201,112,151).

#c97097 hex color red value is 201, green value is 112 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #c97097 hue: 0.93 , saturation: 0.45 and the lightness value of c97097 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110000 10010111
Octal 311 160 227
Decimal 201 112 151
Hex C9 70 97

RGB Percentages of Color #c97097

%43.32
%24.14
%32.54

CMYK Percentages of Color #c97097

%0
%44
%25
%21

Triadic Colors of #c97097

#c97097 #97c970 #7097c9

Analogous Colors of #c97097

#c97097 #c97670 #c970c4

Monochromatic Colors of #c97097

#c97097

Complementary Color

#c97097 #70c9a2

#c97097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97097 Color CSS Codes

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

#c97097 Text Font Color

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

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


#c97097 Background Color

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

This div background color is #c97097


#c97097 Border Color

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

This div border color is #c97097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97097


Comments

No comments written yet.

Please login to write comment.