Color Hex Logo

#c71161 Color Hex

#C71161
(199,17,97)
0 Favorites   0 Comments

Color spaces of #c71161

RGB 1991797
HSL0.930.840.42
HSV334°91°78°
CMYK 0.000.910.51   0.22
XYZ25.911313.406112.5312
Yxy13.40610.49970.2586
Hunter Lab36.614362.24615.3381
CIE-Lab43.368968.30515.0763

#c71161 color RGB value is (199,17,97).

#c71161 hex color red value is 199, green value is 17 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c71161 hue: 0.93 , saturation: 0.84 and the lightness value of c71161 is 0.42.

The process color (four color CMYK) of #c71161 color hex is 0.00, 0.91, 0.51, 0.22. Web safe color of #c71161 is #cc0066. Color #c71161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010001 01100001
Octal 307 21 141
Decimal 199 17 97
Hex C7 11 61

RGB Percentages of Color #c71161

%63.58
%5.43
%30.99

CMYK Percentages of Color #c71161

%0
%91
%51
%22

Triadic Colors of #c71161

#c71161 #61c711 #1161c7

Analogous Colors of #c71161

#c71161 #c71c11 #c711bc

Monochromatic Colors of #c71161

#c71161

Complementary Color

#c71161 #11c777

#c71161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71161 Color CSS Codes

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

#c71161 Text Font Color

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

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


#c71161 Background Color

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

This div background color is #c71161


#c71161 Border Color

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

This div border color is #c71161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71161


Comments

No comments written yet.

Please login to write comment.