Color Hex Logo

#7657ae Color Hex

#7657AE
(118,87,174)
0 Favorites   0 Comments

Color spaces of #7657ae

RGB 11887174
HSL0.730.350.51
HSV261°50°68°
CMYK 0.320.500.00   0.32
XYZ18.519413.723941.7173
Yxy13.72390.25040.1856
Hunter Lab37.045824.4031-40.8345
CIE-Lab43.834331.9608-42.0982

#7657ae color RGB value is (118,87,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010111 10101110
Octal 166 127 256
Decimal 118 87 174
Hex 76 57 AE

RGB Percentages of Color #7657ae

%31.13
%22.96
%45.91

CMYK Percentages of Color #7657ae

%32
%50
%0
%32

Triadic Colors of #7657ae

#7657ae #ae7657 #57ae76

Analogous Colors of #7657ae

#7657ae #a257ae #5764ae

Monochromatic Colors of #7657ae

#7657ae

Complementary Color

#7657ae #8fae57

#7657ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7657ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7657ae Color CSS Codes

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

#7657ae Text Font Color

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

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


#7657ae Background Color

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

This div background color is #7657ae


#7657ae Border Color

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

This div border color is #7657ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7657ae


Comments

No comments written yet.

Please login to write comment.