Color Hex Logo

#c15705 Color Hex

#C15705
(193,87,5)
0 Favorites   0 Comments

Color spaces of #c15705

RGB 193875
HSL0.070.950.39
HSV26°97°76°
CMYK 0.000.550.97   0.24
XYZ25.427918.16482.3095
Yxy18.16480.55400.3957
Hunter Lab42.620231.910726.6213
CIE-Lab49.695439.006957.9054

#c15705 color RGB value is (193,87,5).

#c15705 hex color red value is 193, green value is 87 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #c15705 hue: 0.07 , saturation: 0.95 and the lightness value of c15705 is 0.39.

The process color (four color CMYK) of #c15705 color hex is 0.00, 0.55, 0.97, 0.24. Web safe color of #c15705 is #cc6600. Color #c15705 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010111 00000101
Octal 301 127 5
Decimal 193 87 5
Hex C1 57 5

RGB Percentages of Color #c15705

%67.72
%30.53
%1.75

CMYK Percentages of Color #c15705

%0
%55
%97
%24

Triadic Colors of #c15705

#c15705 #05c157 #5705c1

Analogous Colors of #c15705

#c15705 #c1b505 #c10511

Monochromatic Colors of #c15705

#c15705

Complementary Color

#c15705 #056fc1

#c15705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15705 Color CSS Codes

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

#c15705 Text Font Color

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

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


#c15705 Background Color

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

This div background color is #c15705


#c15705 Border Color

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

This div border color is #c15705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15705


Comments

No comments written yet.

Please login to write comment.