Color Hex Logo

#c75012 Color Hex

#C75012
(199,80,18)
0 Favorites   0 Comments

Color spaces of #c75012

RGB 1998018
HSL0.060.830.43
HSV21°91°78°
CMYK 0.000.600.91   0.22
XYZ26.531017.92312.6334
Yxy17.92310.56340.3806
Hunter Lab42.335737.775325.9470
CIE-Lab49.402744.861554.9250

#c75012 color RGB value is (199,80,18).

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

The process color (four color CMYK) of #c75012 color hex is 0.00, 0.60, 0.91, 0.22. Web safe color of #c75012 is #cc6600. Color #c75012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010000 00010010
Octal 307 120 22
Decimal 199 80 18
Hex C7 50 12

RGB Percentages of Color #c75012

%67.00
%26.94
%6.06

CMYK Percentages of Color #c75012

%0
%60
%91
%22

Triadic Colors of #c75012

#c75012 #12c750 #5012c7

Analogous Colors of #c75012

#c75012 #c7ab12 #c7122e

Monochromatic Colors of #c75012

#c75012

Complementary Color

#c75012 #1289c7

#c75012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75012 Color CSS Codes

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

#c75012 Text Font Color

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

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


#c75012 Background Color

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

This div background color is #c75012


#c75012 Border Color

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

This div border color is #c75012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75012


Comments

No comments written yet.

Please login to write comment.