Color Hex Logo

#741daa Color Hex

#741DAA
(116,29,170)
0 Favorites   0 Comments

Color spaces of #741daa

RGB 11629170
HSL0.770.710.39
HSV277°83°67°
CMYK 0.320.830.00   0.33
XYZ14.89757.494038.6915
Yxy7.49400.24390.1227
Hunter Lab27.375249.2327-64.6366
CIE-Lab32.906058.7826-57.3396

#741daa color RGB value is (116,29,170).

#741daa hex color red value is 116, green value is 29 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #741daa hue: 0.77 , saturation: 0.71 and the lightness value of 741daa is 0.39.

The process color (four color CMYK) of #741daa color hex is 0.32, 0.83, 0.00, 0.33. Web safe color of #741daa is #663399. Color #741daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011101 10101010
Octal 164 35 252
Decimal 116 29 170
Hex 74 1D AA

RGB Percentages of Color #741daa

%36.83
%9.21
%53.97

CMYK Percentages of Color #741daa

%32
%83
%0
%33

Triadic Colors of #741daa

#741daa #aa741d #1daa74

Analogous Colors of #741daa

#741daa #aa1d9a #2e1daa

Monochromatic Colors of #741daa

#741daa

Complementary Color

#741daa #53aa1d

#741daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#741daa Color CSS Codes

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

#741daa Text Font Color

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

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


#741daa Background Color

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

This div background color is #741daa


#741daa Border Color

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

This div border color is #741daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741daa


Comments

No comments written yet.

Please login to write comment.