Color Hex Logo

#741497 Color Hex

#741497
(116,20,151)
0 Favorites   0 Comments

Color spaces of #741497

RGB 11620151
HSL0.790.770.34
HSV284°87°59°
CMYK 0.230.870.00   0.41
XYZ13.03856.447729.8355
Yxy6.44770.26440.1307
Hunter Lab25.392347.2200-51.8900
CIE-Lab30.515057.3737-49.7053

#741497 color RGB value is (116,20,151).

#741497 hex color red value is 116, green value is 20 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #741497 hue: 0.79 , saturation: 0.77 and the lightness value of 741497 is 0.34.

The process color (four color CMYK) of #741497 color hex is 0.23, 0.87, 0.00, 0.41. Web safe color of #741497 is #660099. Color #741497 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010100 10010111
Octal 164 24 227
Decimal 116 20 151
Hex 74 14 97

RGB Percentages of Color #741497

%40.42
%6.97
%52.61

CMYK Percentages of Color #741497

%23
%87
%0
%41

Triadic Colors of #741497

#741497 #977414 #149774

Analogous Colors of #741497

#741497 #971479 #321497

Monochromatic Colors of #741497

#741497

Complementary Color

#741497 #379714

#741497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741497 Color CSS Codes

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

#741497 Text Font Color

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

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


#741497 Background Color

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

This div background color is #741497


#741497 Border Color

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

This div border color is #741497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741497


Comments

No comments written yet.

Please login to write comment.