Color Hex Logo

#c30733 Color Hex

#C30733
(195,7,51)
0 Favorites   0 Comments

Color spaces of #c30733

RGB 195751
HSL0.960.930.40
HSV346°96°76°
CMYK 0.000.960.74   0.24
XYZ23.179211.99314.2252
Yxy11.99310.58830.3044
Hunter Lab34.631158.869017.0080
CIE-Lab41.205265.811030.9186

#c30733 color RGB value is (195,7,51).

#c30733 hex color red value is 195, green value is 7 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #c30733 hue: 0.96 , saturation: 0.93 and the lightness value of c30733 is 0.40.

The process color (four color CMYK) of #c30733 color hex is 0.00, 0.96, 0.74, 0.24. Web safe color of #c30733 is #cc0033. Color #c30733 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000111 00110011
Octal 303 7 63
Decimal 195 7 51
Hex C3 7 33

RGB Percentages of Color #c30733

%77.08
%2.77
%20.16

CMYK Percentages of Color #c30733

%0
%96
%74
%24

Triadic Colors of #c30733

#c30733 #33c307 #0733c3

Analogous Colors of #c30733

#c30733 #c33907 #c30791

Monochromatic Colors of #c30733

#c30733

Complementary Color

#c30733 #07c397

#c30733 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30733 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30733 Color CSS Codes

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

#c30733 Text Font Color

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

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


#c30733 Background Color

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

This div background color is #c30733


#c30733 Border Color

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

This div border color is #c30733


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30733


Comments

No comments written yet.

Please login to write comment.