Color Hex Logo

#740198 Color Hex

#740198
(116,1,152)
0 Favorites   0 Comments

Color spaces of #740198

RGB 1161152
HSL0.790.990.30
HSV286°99°60°
CMYK 0.240.990.00   0.40
XYZ12.88086.001730.1853
Yxy6.00170.26250.1223
Hunter Lab24.498450.9799-55.9044
CIE-Lab29.416861.0636-52.1045

#740198 color RGB value is (116,1,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000001 10011000
Octal 164 1 230
Decimal 116 1 152
Hex 74 1 98

RGB Percentages of Color #740198

%43.12
%0.37
%56.51

CMYK Percentages of Color #740198

%24
%99
%0
%40

Triadic Colors of #740198

#740198 #987401 #019874

Analogous Colors of #740198

#740198 #980171 #290198

Monochromatic Colors of #740198

#740198

Complementary Color

#740198 #259801

#740198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740198 Color CSS Codes

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

#740198 Text Font Color

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

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


#740198 Background Color

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

This div background color is #740198


#740198 Border Color

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

This div border color is #740198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740198


Comments

No comments written yet.

Please login to write comment.