Color Hex Logo

#7757ae Color Hex

#7757AE
(119,87,174)
0 Favorites   0 Comments

Color spaces of #7757ae

RGB 11987174
HSL0.730.350.51
HSV262°50°68°
CMYK 0.320.500.00   0.32
XYZ18.655913.794341.7237
Yxy13.79430.25150.1860
Hunter Lab37.140724.6650-40.6077
CIE-Lab43.936532.2310-41.9296

#7757ae color RGB value is (119,87,174).

#7757ae hex color red value is 119, green value is 87 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7757ae hue: 0.73 , saturation: 0.35 and the lightness value of 7757ae is 0.51.

The process color (four color CMYK) of #7757ae color hex is 0.32, 0.50, 0.00, 0.32. Web safe color of #7757ae is #666699. Color #7757ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010111 10101110
Octal 167 127 256
Decimal 119 87 174
Hex 77 57 AE

RGB Percentages of Color #7757ae

%31.32
%22.89
%45.79

CMYK Percentages of Color #7757ae

%32
%50
%0
%32

Triadic Colors of #7757ae

#7757ae #ae7757 #57ae77

Analogous Colors of #7757ae

#7757ae #a357ae #5763ae

Monochromatic Colors of #7757ae

#7757ae

Complementary Color

#7757ae #8eae57

#7757ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7757ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7757ae Color CSS Codes

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

#7757ae Text Font Color

<p style="color:#7757ae">Text here</p>

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


#7757ae Background Color

<div style="background-color:#7757ae">
Div content here</div>

This div background color is #7757ae


#7757ae Border Color

<div style="border:3px solid #7757ae">
Div here</div>

This div border color is #7757ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,87,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7757ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7757ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7757ae;
  box-shadow:         1px 1px 3px 2px #7757ae; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7757ae


Comments

No comments written yet.

Please login to write comment.