Color Hex Logo

#c3354f Color Hex

#C3354F
(195,53,79)
0 Favorites   0 Comments

Color spaces of #c3354f

RGB 1955379
HSL0.970.570.49
HSV349°73°76°
CMYK 0.000.730.59   0.24
XYZ25.190114.71288.9093
Yxy14.71280.51610.3014
Hunter Lab38.357350.099813.0787
CIE-Lab45.238357.211018.7557

#c3354f color RGB value is (195,53,79).

#c3354f hex color red value is 195, green value is 53 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #c3354f hue: 0.97 , saturation: 0.57 and the lightness value of c3354f is 0.49.

The process color (four color CMYK) of #c3354f color hex is 0.00, 0.73, 0.59, 0.24. Web safe color of #c3354f is #cc3366. Color #c3354f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110101 01001111
Octal 303 65 117
Decimal 195 53 79
Hex C3 35 4F

RGB Percentages of Color #c3354f

%59.63
%16.21
%24.16

CMYK Percentages of Color #c3354f

%0
%73
%59
%24

Triadic Colors of #c3354f

#c3354f #4fc335 #354fc3

Analogous Colors of #c3354f

#c3354f #c36235 #c33596

Monochromatic Colors of #c3354f

#c3354f

Complementary Color

#c3354f #35c3a9

#c3354f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3354f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3354f Color CSS Codes

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

#c3354f Text Font Color

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

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


#c3354f Background Color

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

This div background color is #c3354f


#c3354f Border Color

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

This div border color is #c3354f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3354f


Comments

No comments written yet.

Please login to write comment.