Color Hex Logo

#7754aa Color Hex

#7754AA
(119,84,170)
0 Favorites   0 Comments

Color spaces of #7754aa

RGB 11984170
HSL0.730.340.50
HSV264°51°67°
CMYK 0.300.510.00   0.33
XYZ18.033813.164939.6208
Yxy13.16490.25460.1859
Hunter Lab36.283525.2229-39.3450
CIE-Lab43.010732.9551-41.0431

#7754aa color RGB value is (119,84,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010100 10101010
Octal 167 124 252
Decimal 119 84 170
Hex 77 54 AA

RGB Percentages of Color #7754aa

%31.90
%22.52
%45.58

CMYK Percentages of Color #7754aa

%30
%51
%0
%33

Triadic Colors of #7754aa

#7754aa #aa7754 #54aa77

Analogous Colors of #7754aa

#7754aa #a254aa #545caa

Monochromatic Colors of #7754aa

#7754aa

Complementary Color

#7754aa #87aa54

#7754aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7754aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7754aa Color CSS Codes

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

#7754aa Text Font Color

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

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


#7754aa Background Color

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

This div background color is #7754aa


#7754aa Border Color

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

This div border color is #7754aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7754aa


Comments

No comments written yet.

Please login to write comment.