Color Hex Logo

#741c93 Color Hex

#741C93
(116,28,147)
0 Favorites   0 Comments

Color spaces of #741c93

RGB 11628147
HSL0.790.680.34
HSV284°81°58°
CMYK 0.210.810.00   0.42
XYZ12.88426.650128.2083
Yxy6.65010.26990.1393
Hunter Lab25.787844.0543-46.8037
CIE-Lab30.996754.2761-46.4689

#741c93 color RGB value is (116,28,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011100 10010011
Octal 164 34 223
Decimal 116 28 147
Hex 74 1C 93

RGB Percentages of Color #741c93

%39.86
%9.62
%50.52

CMYK Percentages of Color #741c93

%21
%81
%0
%42

Triadic Colors of #741c93

#741c93 #93741c #1c9374

Analogous Colors of #741c93

#741c93 #931c77 #381c93

Monochromatic Colors of #741c93

#741c93

Complementary Color

#741c93 #3b931c

#741c93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741c93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741c93 Color CSS Codes

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

#741c93 Text Font Color

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

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


#741c93 Background Color

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

This div background color is #741c93


#741c93 Border Color

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

This div border color is #741c93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741c93


Comments

No comments written yet.

Please login to write comment.