Color Hex Logo

#c75015 Color Hex

#C75015
(199,80,21)
0 Favorites   0 Comments

Color spaces of #c75015

RGB 1998021
HSL0.060.810.43
HSV20°89°78°
CMYK 0.000.600.89   0.22
XYZ26.557217.93362.7713
Yxy17.93360.56190.3794
Hunter Lab42.348137.831225.7637
CIE-Lab49.415544.914053.9545

#c75015 color RGB value is (199,80,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010000 00010101
Octal 307 120 25
Decimal 199 80 21
Hex C7 50 15

RGB Percentages of Color #c75015

%66.33
%26.67
%7.00

CMYK Percentages of Color #c75015

%0
%60
%89
%22

Triadic Colors of #c75015

#c75015 #15c750 #5015c7

Analogous Colors of #c75015

#c75015 #c7a915 #c71533

Monochromatic Colors of #c75015

#c75015

Complementary Color

#c75015 #158cc7

#c75015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75015 Color CSS Codes

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

#c75015 Text Font Color

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

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


#c75015 Background Color

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

This div background color is #c75015


#c75015 Border Color

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

This div border color is #c75015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75015


Comments

No comments written yet.

Please login to write comment.