Color Hex Logo

#c24527 Color Hex

#C24527
(194,69,39)
0 Favorites   0 Comments

Color spaces of #c24527

RGB 1946939
HSL0.030.670.46
HSV12°80°76°
CMYK 0.000.640.80   0.24
XYZ24.742515.87213.6790
Yxy15.87210.55860.3583
Hunter Lab39.839841.137722.4127
CIE-Lab46.806248.539043.6290

#c24527 color RGB value is (194,69,39).

#c24527 hex color red value is 194, green value is 69 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #c24527 hue: 0.03 , saturation: 0.67 and the lightness value of c24527 is 0.46.

The process color (four color CMYK) of #c24527 color hex is 0.00, 0.64, 0.80, 0.24. Web safe color of #c24527 is #cc3333. Color #c24527 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000101 00100111
Octal 302 105 47
Decimal 194 69 39
Hex C2 45 27

RGB Percentages of Color #c24527

%64.24
%22.85
%12.91

CMYK Percentages of Color #c24527

%0
%64
%80
%24

Triadic Colors of #c24527

#c24527 #27c245 #4527c2

Analogous Colors of #c24527

#c24527 #c29327 #c22756

Monochromatic Colors of #c24527

#c24527

Complementary Color

#c24527 #27a4c2

#c24527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24527 Color CSS Codes

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

#c24527 Text Font Color

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

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


#c24527 Background Color

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

This div background color is #c24527


#c24527 Border Color

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

This div border color is #c24527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24527


Comments

No comments written yet.

Please login to write comment.