Color Hex Logo

#c3515f Color Hex

#C3515F
(195,81,95)
0 Favorites   0 Comments

Color spaces of #c3515f

RGB 1958195
HSL0.980.490.54
HSV353°58°76°
CMYK 0.000.580.51   0.24
XYZ27.513718.313212.9111
Yxy18.31320.46840.3118
Hunter Lab42.793939.874512.0677
CIE-Lab49.873846.816515.3183

#c3515f color RGB value is (195,81,95).

#c3515f hex color red value is 195, green value is 81 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c3515f hue: 0.98 , saturation: 0.49 and the lightness value of c3515f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010001 01011111
Octal 303 121 137
Decimal 195 81 95
Hex C3 51 5F

RGB Percentages of Color #c3515f

%52.56
%21.83
%25.61

CMYK Percentages of Color #c3515f

%0
%58
%51
%24

Triadic Colors of #c3515f

#c3515f #5fc351 #515fc3

Analogous Colors of #c3515f

#c3515f #c37c51 #c35198

Monochromatic Colors of #c3515f

#c3515f

Complementary Color

#c3515f #51c3b5

#c3515f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3515f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3515f Color CSS Codes

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

#c3515f Text Font Color

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

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


#c3515f Background Color

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

This div background color is #c3515f


#c3515f Border Color

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

This div border color is #c3515f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3515f


Comments

No comments written yet.

Please login to write comment.