Color Hex Logo

#741330 Color Hex

#741330
(116,19,48)
0 Favorites   0 Comments

Color spaces of #741330

RGB 1161948
HSL0.950.720.26
HSV342°84°45°
CMYK 0.000.840.59   0.55
XYZ7.96884.39213.2241
Yxy4.39210.51130.2818
Hunter Lab20.957331.19735.5489
CIE-Lab24.927542.42578.6900

#741330 color RGB value is (116,19,48).

#741330 hex color red value is 116, green value is 19 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #741330 hue: 0.95 , saturation: 0.72 and the lightness value of 741330 is 0.26.

The process color (four color CMYK) of #741330 color hex is 0.00, 0.84, 0.59, 0.55. Web safe color of #741330 is #660033. Color #741330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010011 00110000
Octal 164 23 60
Decimal 116 19 48
Hex 74 13 30

RGB Percentages of Color #741330

%63.39
%10.38
%26.23

CMYK Percentages of Color #741330

%0
%84
%59
%55

Triadic Colors of #741330

#741330 #307413 #133074

Analogous Colors of #741330

#741330 #742713 #741360

Monochromatic Colors of #741330

#741330

Complementary Color

#741330 #137457

#741330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741330 Color CSS Codes

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

#741330 Text Font Color

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

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


#741330 Background Color

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

This div background color is #741330


#741330 Border Color

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

This div border color is #741330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741330


Comments

No comments written yet.

Please login to write comment.