Color Hex Logo

#c97291 Color Hex

#C97291
(201,114,145)
0 Favorites   0 Comments

Color spaces of #c97291

RGB 201114145
HSL0.940.450.62
HSV339°43°79°
CMYK 0.000.430.28   0.21
XYZ35.215526.496530.0463
Yxy26.49650.38380.2888
Hunter Lab51.474832.03671.4242
CIE-Lab58.505437.9726-1.7513

#c97291 color RGB value is (201,114,145).

#c97291 hex color red value is 201, green value is 114 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #c97291 hue: 0.94 , saturation: 0.45 and the lightness value of c97291 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110010 10010001
Octal 311 162 221
Decimal 201 114 145
Hex C9 72 91

RGB Percentages of Color #c97291

%43.70
%24.78
%31.52

CMYK Percentages of Color #c97291

%0
%43
%28
%21

Triadic Colors of #c97291

#c97291 #91c972 #7291c9

Analogous Colors of #c97291

#c97291 #c97f72 #c972bd

Monochromatic Colors of #c97291

#c97291

Complementary Color

#c97291 #72c9aa

#c97291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97291 Color CSS Codes

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

#c97291 Text Font Color

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

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


#c97291 Background Color

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

This div background color is #c97291


#c97291 Border Color

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

This div border color is #c97291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97291

#c97291 Color Palettes


Comments

No comments written yet.

Please login to write comment.