Color Hex Logo

#741e93 Color Hex

#741E93
(116,30,147)
0 Favorites   0 Comments

Color spaces of #741e93

RGB 11630147
HSL0.790.660.35
HSV284°80°58°
CMYK 0.210.800.00   0.42
XYZ12.93326.748128.2246
Yxy6.74810.27000.1409
Hunter Lab25.977143.4097-46.2357
CIE-Lab31.226453.6111-46.0973

#741e93 color RGB value is (116,30,147).

#741e93 hex color red value is 116, green value is 30 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #741e93 hue: 0.79 , saturation: 0.66 and the lightness value of 741e93 is 0.35.

The process color (four color CMYK) of #741e93 color hex is 0.21, 0.80, 0.00, 0.42. Web safe color of #741e93 is #663399. Color #741e93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011110 10010011
Octal 164 36 223
Decimal 116 30 147
Hex 74 1E 93

RGB Percentages of Color #741e93

%39.59
%10.24
%50.17

CMYK Percentages of Color #741e93

%21
%80
%0
%42

Triadic Colors of #741e93

#741e93 #93741e #1e9374

Analogous Colors of #741e93

#741e93 #931e78 #3a1e93

Monochromatic Colors of #741e93

#741e93

Complementary Color

#741e93 #3d931e

#741e93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741e93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741e93 Color CSS Codes

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

#741e93 Text Font Color

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

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


#741e93 Background Color

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

This div background color is #741e93


#741e93 Border Color

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

This div border color is #741e93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741e93


Comments

No comments written yet.

Please login to write comment.