Color Hex Logo

#c25232 Color Hex

#C25232
(194,82,50)
0 Favorites   0 Comments

Color spaces of #c25232

RGB 1948250
HSL0.040.590.48
HSV13°74°76°
CMYK 0.000.580.74   0.24
XYZ25.841217.73425.0787
Yxy17.73420.53110.3645
Hunter Lab42.112035.837022.3280
CIE-Lab49.172142.998540.3721

#c25232 color RGB value is (194,82,50).

#c25232 hex color red value is 194, green value is 82 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #c25232 hue: 0.04 , saturation: 0.59 and the lightness value of c25232 is 0.48.

The process color (four color CMYK) of #c25232 color hex is 0.00, 0.58, 0.74, 0.24. Web safe color of #c25232 is #cc6633. Color #c25232 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010010 00110010
Octal 302 122 62
Decimal 194 82 50
Hex C2 52 32

RGB Percentages of Color #c25232

%59.51
%25.15
%15.34

CMYK Percentages of Color #c25232

%0
%58
%74
%24

Triadic Colors of #c25232

#c25232 #32c252 #5232c2

Analogous Colors of #c25232

#c25232 #c29a32 #c2325a

Monochromatic Colors of #c25232

#c25232

Complementary Color

#c25232 #32a2c2

#c25232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25232 Color CSS Codes

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

#c25232 Text Font Color

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

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


#c25232 Background Color

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

This div background color is #c25232


#c25232 Border Color

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

This div border color is #c25232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25232


Comments

No comments written yet.

Please login to write comment.