Color Hex Logo

#741982 Color Hex

#741982
(116,25,130)
0 Favorites   0 Comments

Color spaces of #741982

RGB 11625130
HSL0.810.680.30
HSV292°81°51°
CMYK 0.110.810.00   0.49
XYZ11.57946.020021.6708
Yxy6.02000.29490.1533
Hunter Lab24.535741.3040-35.1921
CIE-Lab29.462951.9067-38.3867

#741982 color RGB value is (116,25,130).

#741982 hex color red value is 116, green value is 25 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #741982 hue: 0.81 , saturation: 0.68 and the lightness value of 741982 is 0.30.

The process color (four color CMYK) of #741982 color hex is 0.11, 0.81, 0.00, 0.49. Web safe color of #741982 is #660099. Color #741982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011001 10000010
Octal 164 31 202
Decimal 116 25 130
Hex 74 19 82

RGB Percentages of Color #741982

%42.80
%9.23
%47.97

CMYK Percentages of Color #741982

%11
%81
%0
%49

Triadic Colors of #741982

#741982 #827419 #198274

Analogous Colors of #741982

#741982 #82195c #3f1982

Monochromatic Colors of #741982

#741982

Complementary Color

#741982 #278219

#741982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741982 Color CSS Codes

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

#741982 Text Font Color

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

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


#741982 Background Color

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

This div background color is #741982


#741982 Border Color

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

This div border color is #741982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741982


Comments

No comments written yet.

Please login to write comment.