Color Hex Logo

#c00756 Color Hex

#C00756
(192,7,86)
0 Favorites   0 Comments

Color spaces of #c00756

RGB 192786
HSL0.930.930.39
HSV334°96°75°
CMYK 0.000.960.55   0.25
XYZ23.493912.03039.8879
Yxy12.03030.51730.2649
Hunter Lab34.684760.20987.3769
CIE-Lab41.264266.96378.8346

#c00756 color RGB value is (192,7,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000111 01010110
Octal 300 7 126
Decimal 192 7 86
Hex C0 7 56

RGB Percentages of Color #c00756

%67.37
%2.46
%30.18

CMYK Percentages of Color #c00756

%0
%96
%55
%25

Triadic Colors of #c00756

#c00756 #56c007 #0756c0

Analogous Colors of #c00756

#c00756 #c01507 #c007b3

Monochromatic Colors of #c00756

#c00756

Complementary Color

#c00756 #07c071

#c00756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00756 Color CSS Codes

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

#c00756 Text Font Color

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

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


#c00756 Background Color

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

This div background color is #c00756


#c00756 Border Color

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

This div border color is #c00756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00756


Comments

No comments written yet.

Please login to write comment.