Color Hex Logo

#c15401 Color Hex

#C15401
(193,84,1)
0 Favorites   0 Comments

Color spaces of #c15401

RGB 193841
HSL0.070.990.38
HSV26°99°76°
CMYK 0.000.560.99   0.24
XYZ25.168117.68032.1148
Yxy17.68030.55970.3932
Hunter Lab42.047933.258526.4516
CIE-Lab49.106040.446258.4909

#c15401 color RGB value is (193,84,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010100 00000001
Octal 301 124 1
Decimal 193 84 1
Hex C1 54 1

RGB Percentages of Color #c15401

%69.42
%30.22
%0.36

CMYK Percentages of Color #c15401

%0
%56
%99
%24

Triadic Colors of #c15401

#c15401 #01c154 #5401c1

Analogous Colors of #c15401

#c15401 #c1b401 #c1010e

Monochromatic Colors of #c15401

#c15401

Complementary Color

#c15401 #016ec1

#c15401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15401 Color CSS Codes

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

#c15401 Text Font Color

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

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


#c15401 Background Color

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

This div background color is #c15401


#c15401 Border Color

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

This div border color is #c15401


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,84,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 #c15401">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15401


Comments

No comments written yet.

Please login to write comment.