Color Hex Logo

#c35253 Color Hex

#C35253
(195,82,83)
0 Favorites   0 Comments

Color spaces of #c35253

RGB 1958283
HSL1.000.480.54
HSV359°58°76°
CMYK 0.000.580.57   0.24
XYZ27.084318.261210.2809
Yxy18.26120.48690.3283
Hunter Lab42.733138.350515.6490
CIE-Lab49.811445.355822.3955

#c35253 color RGB value is (195,82,83).

#c35253 hex color red value is 195, green value is 82 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #c35253 hue: 1.00 , saturation: 0.48 and the lightness value of c35253 is 0.54.

The process color (four color CMYK) of #c35253 color hex is 0.00, 0.58, 0.57, 0.24. Web safe color of #c35253 is #cc6666. Color #c35253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010010 01010011
Octal 303 122 123
Decimal 195 82 83
Hex C3 52 53

RGB Percentages of Color #c35253

%54.17
%22.78
%23.06

CMYK Percentages of Color #c35253

%0
%58
%57
%24

Triadic Colors of #c35253

#c35253 #53c352 #5253c3

Analogous Colors of #c35253

#c35253 #c38a52 #c3528c

Monochromatic Colors of #c35253

#c35253

Complementary Color

#c35253 #52c3c2

#c35253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35253 Color CSS Codes

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

#c35253 Text Font Color

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

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


#c35253 Background Color

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

This div background color is #c35253


#c35253 Border Color

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

This div border color is #c35253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35253


Comments

No comments written yet.

Please login to write comment.