Color Hex Logo

#c15001 Color Hex

#C15001
(193,80,1)
0 Favorites   0 Comments

Color spaces of #c15001

RGB 193801
HSL0.070.990.38
HSV25°99°76°
CMYK 0.000.590.99   0.24
XYZ24.866517.07702.0143
Yxy17.07700.56570.3885
Hunter Lab41.324335.093026.0370
CIE-Lab48.356942.387558.0648

#c15001 color RGB value is (193,80,1).

#c15001 hex color red value is 193, green value is 80 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #c15001 hue: 0.07 , saturation: 0.99 and the lightness value of c15001 is 0.38.

The process color (four color CMYK) of #c15001 color hex is 0.00, 0.59, 0.99, 0.24. Web safe color of #c15001 is #cc6600. Color #c15001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010000 00000001
Octal 301 120 1
Decimal 193 80 1
Hex C1 50 1

RGB Percentages of Color #c15001

%70.44
%29.20
%0.36

CMYK Percentages of Color #c15001

%0
%59
%99
%24

Triadic Colors of #c15001

#c15001 #01c150 #5001c1

Analogous Colors of #c15001

#c15001 #c1b001 #c10112

Monochromatic Colors of #c15001

#c15001

Complementary Color

#c15001 #0172c1

#c15001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15001 Color CSS Codes

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

#c15001 Text Font Color

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

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


#c15001 Background Color

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

This div background color is #c15001


#c15001 Border Color

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

This div border color is #c15001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15001


Comments

No comments written yet.

Please login to write comment.