Color Hex Logo

#c25317 Color Hex

#C25317
(194,83,23)
0 Favorites   0 Comments

Color spaces of #c25317

RGB 1948323
HSL0.060.790.43
HSV21°88°76°
CMYK 0.000.570.88   0.24
XYZ25.496017.71772.8867
Yxy17.71770.55310.3843
Hunter Lab42.092434.458425.3986
CIE-Lab49.151941.636852.6946

#c25317 color RGB value is (194,83,23).

#c25317 hex color red value is 194, green value is 83 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #c25317 hue: 0.06 , saturation: 0.79 and the lightness value of c25317 is 0.43.

The process color (four color CMYK) of #c25317 color hex is 0.00, 0.57, 0.88, 0.24. Web safe color of #c25317 is #cc6600. Color #c25317 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010011 00010111
Octal 302 123 27
Decimal 194 83 23
Hex C2 53 17

RGB Percentages of Color #c25317

%64.67
%27.67
%7.67

CMYK Percentages of Color #c25317

%0
%57
%88
%24

Triadic Colors of #c25317

#c25317 #17c253 #5317c2

Analogous Colors of #c25317

#c25317 #c2a917 #c21731

Monochromatic Colors of #c25317

#c25317

Complementary Color

#c25317 #1786c2

#c25317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25317 Color CSS Codes

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

#c25317 Text Font Color

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

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


#c25317 Background Color

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

This div background color is #c25317


#c25317 Border Color

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

This div border color is #c25317


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,83,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25317


Comments

No comments written yet.

Please login to write comment.