Color Hex Logo

#c00524 Color Hex

#C00524
(192,5,36)
0 Favorites   0 Comments

Color spaces of #c00524

RGB 192536
HSL0.970.950.39
HSV350°97°75°
CMYK 0.000.970.81   0.25
XYZ22.110911.44242.7123
Yxy11.44240.60970.3155
Hunter Lab33.826657.480618.9246
CIE-Lab40.315864.769538.6860

#c00524 color RGB value is (192,5,36).

#c00524 hex color red value is 192, green value is 5 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #c00524 hue: 0.97 , saturation: 0.95 and the lightness value of c00524 is 0.39.

The process color (four color CMYK) of #c00524 color hex is 0.00, 0.97, 0.81, 0.25. Web safe color of #c00524 is #cc0033. Color #c00524 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000101 00100100
Octal 300 5 44
Decimal 192 5 36
Hex C0 5 24

RGB Percentages of Color #c00524

%82.40
%2.15
%15.45

CMYK Percentages of Color #c00524

%0
%97
%81
%25

Triadic Colors of #c00524

#c00524 #24c005 #0524c0

Analogous Colors of #c00524

#c00524 #c04305 #c00582

Monochromatic Colors of #c00524

#c00524

Complementary Color

#c00524 #05c0a1

#c00524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00524 Color CSS Codes

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

#c00524 Text Font Color

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

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


#c00524 Background Color

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

This div background color is #c00524


#c00524 Border Color

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

This div border color is #c00524


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,5,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c00524; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c00524;
  -webkit-box-shadow: 1px 1px 3px 2px #c00524;
  box-shadow:         1px 1px 3px 2px #c00524; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,5,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00524


Comments

No comments written yet.

Please login to write comment.