Color Hex Logo

#7241aa Color Hex

#7241AA
(114,65,170)
0 Favorites   0 Comments

Color spaces of #7241aa

RGB 11465170
HSL0.740.450.46
HSV268°62°67°
CMYK 0.330.620.00   0.33
XYZ16.085410.260339.1628
Yxy10.26030.24550.1566
Hunter Lab32.031733.5821-50.0673
CIE-Lab38.305642.4916-48.6029

#7241aa color RGB value is (114,65,170).

#7241aa hex color red value is 114, green value is 65 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7241aa hue: 0.74 , saturation: 0.45 and the lightness value of 7241aa is 0.46.

The process color (four color CMYK) of #7241aa color hex is 0.33, 0.62, 0.00, 0.33. Web safe color of #7241aa is #663399. Color #7241aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000001 10101010
Octal 162 101 252
Decimal 114 65 170
Hex 72 41 AA

RGB Percentages of Color #7241aa

%32.66
%18.62
%48.71

CMYK Percentages of Color #7241aa

%33
%62
%0
%33

Triadic Colors of #7241aa

#7241aa #aa7241 #41aa72

Analogous Colors of #7241aa

#7241aa #a741aa #4145aa

Monochromatic Colors of #7241aa

#7241aa

Complementary Color

#7241aa #79aa41

#7241aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7241aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7241aa Color CSS Codes

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

#7241aa Text Font Color

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

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


#7241aa Background Color

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

This div background color is #7241aa


#7241aa Border Color

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

This div border color is #7241aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,65,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7241aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7241aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7241aa;
  box-shadow:         1px 1px 3px 2px #7241aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,65,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 #7241aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7241aa


Comments

No comments written yet.

Please login to write comment.