Color Hex Logo

#c5034a Color Hex

#C5034A
(197,3,74)
0 Favorites   0 Comments

Color spaces of #c5034a

RGB 197374
HSL0.940.970.39
HSV338°98°77°
CMYK 0.000.980.62   0.23
XYZ24.294612.42997.5973
Yxy12.42990.54810.2804
Hunter Lab35.256161.304511.9029
CIE-Lab41.891467.785517.4755

#c5034a color RGB value is (197,3,74).

#c5034a hex color red value is 197, green value is 3 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c5034a hue: 0.94 , saturation: 0.97 and the lightness value of c5034a is 0.39.

The process color (four color CMYK) of #c5034a color hex is 0.00, 0.98, 0.62, 0.23. Web safe color of #c5034a is #cc0033. Color #c5034a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000011 01001010
Octal 305 3 112
Decimal 197 3 74
Hex C5 3 4A

RGB Percentages of Color #c5034a

%71.90
%1.09
%27.01

CMYK Percentages of Color #c5034a

%0
%98
%62
%23

Triadic Colors of #c5034a

#c5034a #4ac503 #034ac5

Analogous Colors of #c5034a

#c5034a #c51d03 #c503ab

Monochromatic Colors of #c5034a

#c5034a

Complementary Color

#c5034a #03c57e

#c5034a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5034a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5034a Color CSS Codes

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

#c5034a Text Font Color

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

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


#c5034a Background Color

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

This div background color is #c5034a


#c5034a Border Color

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

This div border color is #c5034a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,3,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 #c5034a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5034a


Comments

No comments written yet.

Please login to write comment.