Color Hex Logo

#c00771 Color Hex

#C00771
(192,7,113)
0 Favorites   0 Comments

Color spaces of #c00771

RGB 1927113
HSL0.900.930.39
HSV326°96°75°
CMYK 0.000.960.41   0.25
XYZ24.794812.550716.7385
Yxy12.55070.45840.2321
Hunter Lab35.427062.9323-3.2144
CIE-Lab42.078369.1427-7.0043

#c00771 color RGB value is (192,7,113).

#c00771 hex color red value is 192, green value is 7 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #c00771 hue: 0.90 , saturation: 0.93 and the lightness value of c00771 is 0.39.

The process color (four color CMYK) of #c00771 color hex is 0.00, 0.96, 0.41, 0.25. Web safe color of #c00771 is #cc0066. Color #c00771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000111 01110001
Octal 300 7 161
Decimal 192 7 113
Hex C0 7 71

RGB Percentages of Color #c00771

%61.54
%2.24
%36.22

CMYK Percentages of Color #c00771

%0
%96
%41
%25

Triadic Colors of #c00771

#c00771 #71c007 #0771c0

Analogous Colors of #c00771

#c00771 #c00715 #b307c0

Monochromatic Colors of #c00771

#c00771

Complementary Color

#c00771 #07c056

#c00771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00771 Color CSS Codes

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

#c00771 Text Font Color

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

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


#c00771 Background Color

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

This div background color is #c00771


#c00771 Border Color

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

This div border color is #c00771


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,7,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c00771; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c00771;
  -webkit-box-shadow: 1px 1px 3px 2px #c00771;
  box-shadow:         1px 1px 3px 2px #c00771; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,7,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00771


Comments

No comments written yet.

Please login to write comment.