Color Hex Logo

#c7175d Color Hex

#C7175D
(199,23,93)
0 Favorites   0 Comments

Color spaces of #c7175d

RGB 1992393
HSL0.930.790.44
HSV336°88°78°
CMYK 0.000.880.53   0.22
XYZ25.835413.545211.6087
Yxy13.54520.50670.2656
Hunter Lab36.803860.89617.0613
CIE-Lab43.573567.10627.8774

#c7175d color RGB value is (199,23,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010111 01011101
Octal 307 27 135
Decimal 199 23 93
Hex C7 17 5D

RGB Percentages of Color #c7175d

%63.17
%7.30
%29.52

CMYK Percentages of Color #c7175d

%0
%88
%53
%22

Triadic Colors of #c7175d

#c7175d #5dc717 #175dc7

Analogous Colors of #c7175d

#c7175d #c72917 #c717b5

Monochromatic Colors of #c7175d

#c7175d

Complementary Color

#c7175d #17c781

#c7175d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7175d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7175d Color CSS Codes

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

#c7175d Text Font Color

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

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


#c7175d Background Color

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

This div background color is #c7175d


#c7175d Border Color

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

This div border color is #c7175d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7175d


Comments

No comments written yet.

Please login to write comment.