Color Hex Logo

#c3314a Color Hex

#C3314A
(195,49,74)
0 Favorites   0 Comments

Color spaces of #c3314a

RGB 1954974
HSL0.970.600.48
HSV350°75°76°
CMYK 0.000.750.62   0.24
XYZ24.840014.29317.9282
Yxy14.29310.52780.3037
Hunter Lab37.806251.119814.0309
CIE-Lab44.650458.250321.0539

#c3314a color RGB value is (195,49,74).

#c3314a hex color red value is 195, green value is 49 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c3314a hue: 0.97 , saturation: 0.60 and the lightness value of c3314a is 0.48.

The process color (four color CMYK) of #c3314a color hex is 0.00, 0.75, 0.62, 0.24. Web safe color of #c3314a is #cc3333. Color #c3314a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110001 01001010
Octal 303 61 112
Decimal 195 49 74
Hex C3 31 4A

RGB Percentages of Color #c3314a

%61.32
%15.41
%23.27

CMYK Percentages of Color #c3314a

%0
%75
%62
%24

Triadic Colors of #c3314a

#c3314a #4ac331 #314ac3

Analogous Colors of #c3314a

#c3314a #c36131 #c33193

Monochromatic Colors of #c3314a

#c3314a

Complementary Color

#c3314a #31c3aa

#c3314a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3314a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3314a Color CSS Codes

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

#c3314a Text Font Color

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

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


#c3314a Background Color

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

This div background color is #c3314a


#c3314a Border Color

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

This div border color is #c3314a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3314a


Comments

No comments written yet.

Please login to write comment.