Color Hex Logo

#740962 Color Hex

#740962
(116,9,98)
0 Favorites   0 Comments

Color spaces of #740962

RGB 116998
HSL0.860.860.25
HSV310°92°45°
CMYK 0.000.920.16   0.55
XYZ9.50484.790211.9789
Yxy4.79020.36180.1823
Hunter Lab21.886539.2169-17.1299
CIE-Lab26.128550.4919-23.1978

#740962 color RGB value is (116,9,98).

#740962 hex color red value is 116, green value is 9 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #740962 hue: 0.86 , saturation: 0.86 and the lightness value of 740962 is 0.25.

The process color (four color CMYK) of #740962 color hex is 0.00, 0.92, 0.16, 0.55. Web safe color of #740962 is #660066. Color #740962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001001 01100010
Octal 164 11 142
Decimal 116 9 98
Hex 74 9 62

RGB Percentages of Color #740962

%52.02
%4.04
%43.95

CMYK Percentages of Color #740962

%0
%92
%16
%55

Triadic Colors of #740962

#740962 #627409 #096274

Analogous Colors of #740962

#740962 #74092d #510974

Monochromatic Colors of #740962

#740962

Complementary Color

#740962 #09741b

#740962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740962 Color CSS Codes

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

#740962 Text Font Color

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

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


#740962 Background Color

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

This div background color is #740962


#740962 Border Color

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

This div border color is #740962


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,9,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740962


Comments

No comments written yet.

Please login to write comment.