Color Hex Logo

#c7175e Color Hex

#C7175E
(199,23,94)
0 Favorites   0 Comments

Color spaces of #c7175e

RGB 1992394
HSL0.930.790.44
HSV336°88°78°
CMYK 0.000.880.53   0.22
XYZ25.880013.563111.8436
Yxy13.56310.50460.2645
Hunter Lab36.828160.98706.7125
CIE-Lab43.599767.17947.2872

#c7175e color RGB value is (199,23,94).

#c7175e hex color red value is 199, green value is 23 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c7175e hue: 0.93 , saturation: 0.79 and the lightness value of c7175e is 0.44.

The process color (four color CMYK) of #c7175e color hex is 0.00, 0.88, 0.53, 0.22. Web safe color of #c7175e is #cc0066. Color #c7175e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010111 01011110
Octal 307 27 136
Decimal 199 23 94
Hex C7 17 5E

RGB Percentages of Color #c7175e

%62.97
%7.28
%29.75

CMYK Percentages of Color #c7175e

%0
%88
%53
%22

Triadic Colors of #c7175e

#c7175e #5ec717 #175ec7

Analogous Colors of #c7175e

#c7175e #c72817 #c717b6

Monochromatic Colors of #c7175e

#c7175e

Complementary Color

#c7175e #17c780

#c7175e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7175e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7175e Color CSS Codes

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

#c7175e Text Font Color

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

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


#c7175e Background Color

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

This div background color is #c7175e


#c7175e Border Color

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

This div border color is #c7175e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,23,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7175e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7175e;
  -webkit-box-shadow: 1px 1px 3px 2px #c7175e;
  box-shadow:         1px 1px 3px 2px #c7175e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,23,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7175e


Comments

No comments written yet.

Please login to write comment.