Color Hex Logo

#c03527 Color Hex

#C03527
(192,53,39)
0 Favorites   0 Comments

Color spaces of #c03527

RGB 1925339
HSL0.020.660.45
HSV80°75°
CMYK 0.000.720.80   0.25
XYZ23.377513.89923.3701
Yxy13.89920.57510.3420
Hunter Lab37.281646.685820.7376
CIE-Lab44.088054.273140.8052

#c03527 color RGB value is (192,53,39).

#c03527 hex color red value is 192, green value is 53 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #c03527 hue: 0.02 , saturation: 0.66 and the lightness value of c03527 is 0.45.

The process color (four color CMYK) of #c03527 color hex is 0.00, 0.72, 0.80, 0.25. Web safe color of #c03527 is #cc3333. Color #c03527 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110101 00100111
Octal 300 65 47
Decimal 192 53 39
Hex C0 35 27

RGB Percentages of Color #c03527

%67.61
%18.66
%13.73

CMYK Percentages of Color #c03527

%0
%72
%80
%25

Triadic Colors of #c03527

#c03527 #27c035 #3527c0

Analogous Colors of #c03527

#c03527 #c08227 #c02766

Monochromatic Colors of #c03527

#c03527

Complementary Color

#c03527 #27b2c0

#c03527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03527 Color CSS Codes

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

#c03527 Text Font Color

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

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


#c03527 Background Color

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

This div background color is #c03527


#c03527 Border Color

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

This div border color is #c03527


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,53,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 #c03527">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03527


Comments

No comments written yet.

Please login to write comment.