Color Hex Logo

#c80746 Color Hex

#C80746
(200,7,70)
0 Favorites   0 Comments

Color spaces of #c80746

RGB 200770
HSL0.950.930.41
HSV340°97°78°
CMYK 0.000.970.65   0.22
XYZ25.000912.87356.9615
Yxy12.87350.55760.2871
Hunter Lab35.879761.589213.6121
CIE-Lab42.572067.897421.0131

#c80746 color RGB value is (200,7,70).

#c80746 hex color red value is 200, green value is 7 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #c80746 hue: 0.95 , saturation: 0.93 and the lightness value of c80746 is 0.41.

The process color (four color CMYK) of #c80746 color hex is 0.00, 0.97, 0.65, 0.22. Web safe color of #c80746 is #cc0033. Color #c80746 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000111 01000110
Octal 310 7 106
Decimal 200 7 70
Hex C8 7 46

RGB Percentages of Color #c80746

%72.20
%2.53
%25.27

CMYK Percentages of Color #c80746

%0
%97
%65
%22

Triadic Colors of #c80746

#c80746 #46c807 #0746c8

Analogous Colors of #c80746

#c80746 #c82907 #c807a7

Monochromatic Colors of #c80746

#c80746

Complementary Color

#c80746 #07c889

#c80746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80746 Color CSS Codes

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

#c80746 Text Font Color

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

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


#c80746 Background Color

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

This div background color is #c80746


#c80746 Border Color

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

This div border color is #c80746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80746


Comments

No comments written yet.

Please login to write comment.