Color Hex Logo

#c35032 Color Hex

#C35032
(195,80,50)
0 Favorites   0 Comments

Color spaces of #c35032

RGB 1958050
HSL0.030.590.48
HSV12°74°76°
CMYK 0.000.590.74   0.24
XYZ25.950117.56975.0412
Yxy17.56970.53440.3618
Hunter Lab41.916237.155022.2106
CIE-Lab48.970044.324140.2012

#c35032 color RGB value is (195,80,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010000 00110010
Octal 303 120 62
Decimal 195 80 50
Hex C3 50 32

RGB Percentages of Color #c35032

%60.00
%24.62
%15.38

CMYK Percentages of Color #c35032

%0
%59
%74
%24

Triadic Colors of #c35032

#c35032 #32c350 #5032c3

Analogous Colors of #c35032

#c35032 #c39932 #c3325d

Monochromatic Colors of #c35032

#c35032

Complementary Color

#c35032 #32a5c3

#c35032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35032 Color CSS Codes

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

#c35032 Text Font Color

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

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


#c35032 Background Color

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

This div background color is #c35032


#c35032 Border Color

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

This div border color is #c35032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35032


Comments

No comments written yet.

Please login to write comment.