Color Hex Logo

#c17297 Color Hex

#C17297
(193,114,151)
0 Favorites   0 Comments

Color spaces of #c17297

RGB 193114151
HSL0.920.390.60
HSV332°41°76°
CMYK 0.000.410.22   0.24
XYZ33.595525.606432.4500
Yxy25.60640.36660.2794
Hunter Lab50.602829.9524-2.5989
CIE-Lab57.661536.0163-6.5897

#c17297 color RGB value is (193,114,151).

#c17297 hex color red value is 193, green value is 114 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #c17297 hue: 0.92 , saturation: 0.39 and the lightness value of c17297 is 0.60.

The process color (four color CMYK) of #c17297 color hex is 0.00, 0.41, 0.22, 0.24. Web safe color of #c17297 is #cc6699. Color #c17297 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110010 10010111
Octal 301 162 227
Decimal 193 114 151
Hex C1 72 97

RGB Percentages of Color #c17297

%42.14
%24.89
%32.97

CMYK Percentages of Color #c17297

%0
%41
%22
%24

Triadic Colors of #c17297

#c17297 #97c172 #7297c1

Analogous Colors of #c17297

#c17297 #c17572 #c172bf

Monochromatic Colors of #c17297

#c17297

Complementary Color

#c17297 #72c19c

#c17297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17297 Color CSS Codes

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

#c17297 Text Font Color

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

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


#c17297 Background Color

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

This div background color is #c17297


#c17297 Border Color

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

This div border color is #c17297


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,114,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 #c17297">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17297


Comments

No comments written yet.

Please login to write comment.