Color Hex Logo

#c25720 Color Hex

#C25720
(194,87,32)
0 Favorites   0 Comments

Color spaces of #c25720

RGB 1948732
HSL0.060.720.44
HSV20°84°76°
CMYK 0.000.550.84   0.24
XYZ25.917018.39003.5501
Yxy18.39000.54150.3843
Hunter Lab42.883632.831625.1102
CIE-Lab49.965839.894049.8405

#c25720 color RGB value is (194,87,32).

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

The process color (four color CMYK) of #c25720 color hex is 0.00, 0.55, 0.84, 0.24. Web safe color of #c25720 is #cc6633. Color #c25720 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010111 00100000
Octal 302 127 40
Decimal 194 87 32
Hex C2 57 20

RGB Percentages of Color #c25720

%61.98
%27.80
%10.22

CMYK Percentages of Color #c25720

%0
%55
%84
%24

Triadic Colors of #c25720

#c25720 #20c257 #5720c2

Analogous Colors of #c25720

#c25720 #c2a820 #c2203a

Monochromatic Colors of #c25720

#c25720

Complementary Color

#c25720 #208bc2

#c25720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25720 Color CSS Codes

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

#c25720 Text Font Color

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

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


#c25720 Background Color

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

This div background color is #c25720


#c25720 Border Color

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

This div border color is #c25720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25720


Comments

No comments written yet.

Please login to write comment.