Color Hex Logo

#7742aa Color Hex

#7742AA
(119,66,170)
0 Favorites   0 Comments

Color spaces of #7742aa

RGB 11966170
HSL0.750.440.46
HSV271°61°67°
CMYK 0.300.610.00   0.33
XYZ16.811710.720639.2134
Yxy10.72060.25190.1606
Hunter Lab32.742334.3526-48.0882
CIE-Lab39.105843.1438-47.2844

#7742aa color RGB value is (119,66,170).

#7742aa hex color red value is 119, green value is 66 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7742aa hue: 0.75 , saturation: 0.44 and the lightness value of 7742aa is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000010 10101010
Octal 167 102 252
Decimal 119 66 170
Hex 77 42 AA

RGB Percentages of Color #7742aa

%33.52
%18.59
%47.89

CMYK Percentages of Color #7742aa

%30
%61
%0
%33

Triadic Colors of #7742aa

#7742aa #aa7742 #42aa77

Analogous Colors of #7742aa

#7742aa #aa42a9 #4342aa

Monochromatic Colors of #7742aa

#7742aa

Complementary Color

#7742aa #75aa42

#7742aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7742aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7742aa Color CSS Codes

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

#7742aa Text Font Color

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

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


#7742aa Background Color

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

This div background color is #7742aa


#7742aa Border Color

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

This div border color is #7742aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7742aa


Comments

No comments written yet.

Please login to write comment.