Color Hex Logo

#741eae Color Hex

#741EAE
(116,30,174)
0 Favorites   0 Comments

Color spaces of #741eae

RGB 11630174
HSL0.770.710.40
HSV276°83°68°
CMYK 0.330.830.00   0.32
XYZ15.30677.697540.7234
Yxy7.69750.24020.1208
Hunter Lab27.744449.9267-67.6053
CIE-Lab33.344859.3376-59.0208

#741eae color RGB value is (116,30,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011110 10101110
Octal 164 36 256
Decimal 116 30 174
Hex 74 1E AE

RGB Percentages of Color #741eae

%36.25
%9.38
%54.38

CMYK Percentages of Color #741eae

%33
%83
%0
%32

Triadic Colors of #741eae

#741eae #ae741e #1eae74

Analogous Colors of #741eae

#741eae #ae1ea0 #2c1eae

Monochromatic Colors of #741eae

#741eae

Complementary Color

#741eae #58ae1e

#741eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#741eae Color CSS Codes

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

#741eae Text Font Color

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

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


#741eae Background Color

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

This div background color is #741eae


#741eae Border Color

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

This div border color is #741eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741eae


Comments

No comments written yet.

Please login to write comment.