Color Hex Logo

#c71261 Color Hex

#C71261
(199,18,97)
0 Favorites   0 Comments

Color spaces of #c71261

RGB 1991897
HSL0.930.830.43
HSV334°91°78°
CMYK 0.000.910.51   0.22
XYZ25.927213.437812.5365
Yxy13.43780.49950.2589
Hunter Lab36.657662.09875.3838
CIE-Lab43.415668.16995.1432

#c71261 color RGB value is (199,18,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010010 01100001
Octal 307 22 141
Decimal 199 18 97
Hex C7 12 61

RGB Percentages of Color #c71261

%63.38
%5.73
%30.89

CMYK Percentages of Color #c71261

%0
%91
%51
%22

Triadic Colors of #c71261

#c71261 #61c712 #1261c7

Analogous Colors of #c71261

#c71261 #c71d12 #c712bc

Monochromatic Colors of #c71261

#c71261

Complementary Color

#c71261 #12c778

#c71261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71261 Color CSS Codes

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

#c71261 Text Font Color

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

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


#c71261 Background Color

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

This div background color is #c71261


#c71261 Border Color

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

This div border color is #c71261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71261


Comments

No comments written yet.

Please login to write comment.