Color Hex Logo

#c35259 Color Hex

#C35259
(195,82,89)
0 Favorites   0 Comments

Color spaces of #c35259

RGB 1958289
HSL0.990.480.54
HSV356°58°76°
CMYK 0.000.580.54   0.24
XYZ27.326118.358011.5544
Yxy18.35800.47740.3207
Hunter Lab42.846238.861314.0036
CIE-Lab49.927545.831718.9806

#c35259 color RGB value is (195,82,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010010 01011001
Octal 303 122 131
Decimal 195 82 89
Hex C3 52 59

RGB Percentages of Color #c35259

%53.28
%22.40
%24.32

CMYK Percentages of Color #c35259

%0
%58
%54
%24

Triadic Colors of #c35259

#c35259 #59c352 #5259c3

Analogous Colors of #c35259

#c35259 #c38452 #c35292

Monochromatic Colors of #c35259

#c35259

Complementary Color

#c35259 #52c3bc

#c35259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35259 Color CSS Codes

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

#c35259 Text Font Color

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

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


#c35259 Background Color

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

This div background color is #c35259


#c35259 Border Color

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

This div border color is #c35259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35259


Comments

No comments written yet.

Please login to write comment.