Color Hex Logo

#740158 Color Hex

#740158
(116,1,88)
0 Favorites   0 Comments

Color spaces of #740158

RGB 116188
HSL0.870.980.23
HSV315°99°45°
CMYK 0.000.990.24   0.55
XYZ8.97484.43939.6164
Yxy4.43930.38970.1928
Hunter Lab21.069639.1618-12.3118
CIE-Lab25.073650.6424-18.2499

#740158 color RGB value is (116,1,88).

#740158 hex color red value is 116, green value is 1 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #740158 hue: 0.87 , saturation: 0.98 and the lightness value of 740158 is 0.23.

The process color (four color CMYK) of #740158 color hex is 0.00, 0.99, 0.24, 0.55. Web safe color of #740158 is #660066. Color #740158 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000001 01011000
Octal 164 1 130
Decimal 116 1 88
Hex 74 1 58

RGB Percentages of Color #740158

%56.59
%0.49
%42.93

CMYK Percentages of Color #740158

%0
%99
%24
%55

Triadic Colors of #740158

#740158 #587401 #015874

Analogous Colors of #740158

#740158 #74011e #570174

Monochromatic Colors of #740158

#740158

Complementary Color

#740158 #01741d

#740158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740158 Color CSS Codes

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

#740158 Text Font Color

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

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


#740158 Background Color

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

This div background color is #740158


#740158 Border Color

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

This div border color is #740158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740158


Comments

No comments written yet.

Please login to write comment.