Color Hex Logo

#c50330 Color Hex

#C50330
(197,3,48)
0 Favorites   0 Comments

Color spaces of #c50330

RGB 197348
HSL0.960.970.39
HSV346°98°77°
CMYK 0.000.980.76   0.23
XYZ23.592012.14883.8978
Yxy12.14880.59520.3065
Hunter Lab34.855159.822817.7683
CIE-Lab41.451666.592033.1397

#c50330 color RGB value is (197,3,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000011 00110000
Octal 305 3 60
Decimal 197 3 48
Hex C5 3 30

RGB Percentages of Color #c50330

%79.44
%1.21
%19.35

CMYK Percentages of Color #c50330

%0
%98
%76
%23

Triadic Colors of #c50330

#c50330 #30c503 #0330c5

Analogous Colors of #c50330

#c50330 #c53703 #c50391

Monochromatic Colors of #c50330

#c50330

Complementary Color

#c50330 #03c598

#c50330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50330 Color CSS Codes

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

#c50330 Text Font Color

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

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


#c50330 Background Color

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

This div background color is #c50330


#c50330 Border Color

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

This div border color is #c50330


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,3,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50330


Comments

No comments written yet.

Please login to write comment.