Color Hex Logo

#c3514c Color Hex

#C3514C
(195,81,76)
0 Favorites   0 Comments

Color spaces of #c3514c

RGB 1958176
HSL0.010.500.53
HSV61°76°
CMYK 0.000.580.61   0.24
XYZ26.752618.00888.9035
Yxy18.00880.49850.3356
Hunter Lab42.436838.264017.2663
CIE-Lab49.506845.320126.1340

#c3514c color RGB value is (195,81,76).

#c3514c hex color red value is 195, green value is 81 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #c3514c hue: 0.01 , saturation: 0.50 and the lightness value of c3514c is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010001 01001100
Octal 303 121 114
Decimal 195 81 76
Hex C3 51 4C

RGB Percentages of Color #c3514c

%55.40
%23.01
%21.59

CMYK Percentages of Color #c3514c

%0
%58
%61
%24

Triadic Colors of #c3514c

#c3514c #4cc351 #514cc3

Analogous Colors of #c3514c

#c3514c #c38d4c #c34c83

Monochromatic Colors of #c3514c

#c3514c

Complementary Color

#c3514c #4cbec3

#c3514c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3514c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3514c Color CSS Codes

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

#c3514c Text Font Color

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

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


#c3514c Background Color

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

This div background color is #c3514c


#c3514c Border Color

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

This div border color is #c3514c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3514c


Comments

No comments written yet.

Please login to write comment.