Color Hex Logo

#7254aa Color Hex

#7254AA
(114,84,170)
0 Favorites   0 Comments

Color spaces of #7254aa

RGB 11484170
HSL0.720.340.50
HSV261°51°67°
CMYK 0.330.510.00   0.33
XYZ17.365512.820339.5895
Yxy12.82030.24890.1837
Hunter Lab35.805423.9123-40.4922
CIE-Lab42.491231.6003-41.9010

#7254aa color RGB value is (114,84,170).

#7254aa hex color red value is 114, green value is 84 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7254aa hue: 0.72 , saturation: 0.34 and the lightness value of 7254aa is 0.50.

The process color (four color CMYK) of #7254aa color hex is 0.33, 0.51, 0.00, 0.33. Web safe color of #7254aa is #666699. Color #7254aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010100 10101010
Octal 162 124 252
Decimal 114 84 170
Hex 72 54 AA

RGB Percentages of Color #7254aa

%30.98
%22.83
%46.20

CMYK Percentages of Color #7254aa

%33
%51
%0
%33

Triadic Colors of #7254aa

#7254aa #aa7254 #54aa72

Analogous Colors of #7254aa

#7254aa #9d54aa #5461aa

Monochromatic Colors of #7254aa

#7254aa

Complementary Color

#7254aa #8caa54

#7254aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7254aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7254aa Color CSS Codes

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

#7254aa Text Font Color

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

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


#7254aa Background Color

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

This div background color is #7254aa


#7254aa Border Color

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

This div border color is #7254aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7254aa


Comments

No comments written yet.

Please login to write comment.