Color Hex Logo

#c25715 Color Hex

#C25715
(194,87,21)
0 Favorites   0 Comments

Color spaces of #c25715

RGB 1948721
HSL0.060.800.42
HSV23°89°76°
CMYK 0.000.550.89   0.24
XYZ25.791718.33992.8900
Yxy18.33990.54850.3900
Hunter Lab42.825132.558825.9765
CIE-Lab49.905839.629153.9717

#c25715 color RGB value is (194,87,21).

#c25715 hex color red value is 194, green value is 87 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #c25715 hue: 0.06 , saturation: 0.80 and the lightness value of c25715 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010111 00010101
Octal 302 127 25
Decimal 194 87 21
Hex C2 57 15

RGB Percentages of Color #c25715

%64.24
%28.81
%6.95

CMYK Percentages of Color #c25715

%0
%55
%89
%24

Triadic Colors of #c25715

#c25715 #15c257 #5715c2

Analogous Colors of #c25715

#c25715 #c2ae15 #c21529

Monochromatic Colors of #c25715

#c25715

Complementary Color

#c25715 #1580c2

#c25715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25715 Color CSS Codes

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

#c25715 Text Font Color

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

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


#c25715 Background Color

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

This div background color is #c25715


#c25715 Border Color

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

This div border color is #c25715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25715


Comments

No comments written yet.

Please login to write comment.