Color Hex Logo

#c3514d Color Hex

#C3514D
(195,81,77)
0 Favorites   0 Comments

Color spaces of #c3514d

RGB 1958177
HSL0.010.500.53
HSV61°76°
CMYK 0.000.580.61   0.24
XYZ26.787718.02289.0881
Yxy18.02280.49700.3344
Hunter Lab42.453338.339017.0249
CIE-Lab49.523745.390225.5674

#c3514d color RGB value is (195,81,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010001 01001101
Octal 303 121 115
Decimal 195 81 77
Hex C3 51 4D

RGB Percentages of Color #c3514d

%55.24
%22.95
%21.81

CMYK Percentages of Color #c3514d

%0
%58
%61
%24

Triadic Colors of #c3514d

#c3514d #4dc351 #514dc3

Analogous Colors of #c3514d

#c3514d #c38c4d #c34d84

Monochromatic Colors of #c3514d

#c3514d

Complementary Color

#c3514d #4dbfc3

#c3514d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3514d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3514d Color CSS Codes

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

#c3514d Text Font Color

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

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


#c3514d Background Color

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

This div background color is #c3514d


#c3514d Border Color

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

This div border color is #c3514d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3514d


Comments

No comments written yet.

Please login to write comment.