Color Hex Logo

#741998 Color Hex

#741998
(116,25,152)
0 Favorites   0 Comments

Color spaces of #741998

RGB 11625152
HSL0.790.720.35
HSV283°84°60°
CMYK 0.240.840.00   0.40
XYZ13.21766.675330.2976
Yxy6.67530.26330.1330
Hunter Lab25.836646.1037-51.4415
CIE-Lab31.056056.2172-49.4398

#741998 color RGB value is (116,25,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011001 10011000
Octal 164 31 230
Decimal 116 25 152
Hex 74 19 98

RGB Percentages of Color #741998

%39.59
%8.53
%51.88

CMYK Percentages of Color #741998

%24
%84
%0
%40

Triadic Colors of #741998

#741998 #987419 #199874

Analogous Colors of #741998

#741998 #98197d #341998

Monochromatic Colors of #741998

#741998

Complementary Color

#741998 #3d9819

#741998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741998 Color CSS Codes

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

#741998 Text Font Color

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

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


#741998 Background Color

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

This div background color is #741998


#741998 Border Color

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

This div border color is #741998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741998


Comments

No comments written yet.

Please login to write comment.