Color Hex Logo

#c35247 Color Hex

#C35247
(195,82,71)
0 Favorites   0 Comments

Color spaces of #c35247

RGB 1958271
HSL0.010.510.52
HSV64°76°
CMYK 0.000.580.64   0.24
XYZ26.660318.09168.0481
Yxy18.09160.50490.3426
Hunter Lab42.534237.448318.5554
CIE-Lab49.607044.510829.1809

#c35247 color RGB value is (195,82,71).

#c35247 hex color red value is 195, green value is 82 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #c35247 hue: 0.01 , saturation: 0.51 and the lightness value of c35247 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010010 01000111
Octal 303 122 107
Decimal 195 82 71
Hex C3 52 47

RGB Percentages of Color #c35247

%56.03
%23.56
%20.40

CMYK Percentages of Color #c35247

%0
%58
%64
%24

Triadic Colors of #c35247

#c35247 #47c352 #5247c3

Analogous Colors of #c35247

#c35247 #c39047 #c3477a

Monochromatic Colors of #c35247

#c35247

Complementary Color

#c35247 #47b8c3

#c35247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35247 Color CSS Codes

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

#c35247 Text Font Color

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

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


#c35247 Background Color

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

This div background color is #c35247


#c35247 Border Color

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

This div border color is #c35247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35247


Comments

No comments written yet.

Please login to write comment.