Color Hex Logo

#740498 Color Hex

#740498
(116,4,152)
0 Favorites   0 Comments

Color spaces of #740498

RGB 1164152
HSL0.790.950.31
HSV285°97°60°
CMYK 0.240.970.00   0.40
XYZ12.91346.066830.1962
Yxy6.06680.26260.1234
Hunter Lab24.630950.4794-55.4449
CIE-Lab29.580460.5749-51.8381

#740498 color RGB value is (116,4,152).

#740498 hex color red value is 116, green value is 4 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #740498 hue: 0.79 , saturation: 0.95 and the lightness value of 740498 is 0.31.

The process color (four color CMYK) of #740498 color hex is 0.24, 0.97, 0.00, 0.40. Web safe color of #740498 is #660099. Color #740498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000100 10011000
Octal 164 4 230
Decimal 116 4 152
Hex 74 4 98

RGB Percentages of Color #740498

%42.65
%1.47
%55.88

CMYK Percentages of Color #740498

%24
%97
%0
%40

Triadic Colors of #740498

#740498 #987404 #049874

Analogous Colors of #740498

#740498 #980472 #2a0498

Monochromatic Colors of #740498

#740498

Complementary Color

#740498 #289804

#740498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740498 Color CSS Codes

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

#740498 Text Font Color

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

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


#740498 Background Color

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

This div background color is #740498


#740498 Border Color

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

This div border color is #740498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740498


Comments

No comments written yet.

Please login to write comment.