Color Hex Logo

#7562ae Color Hex

#7562AE
(117,98,174)
0 Favorites   0 Comments

Color spaces of #7562ae

RGB 11798174
HSL0.710.320.53
HSV255°44°68°
CMYK 0.330.440.00   0.32
XYZ19.343815.573342.0308
Yxy15.57330.25140.2024
Hunter Lab39.463018.4360-35.5238
CIE-Lab46.409625.0994-38.0211

#7562ae color RGB value is (117,98,174).

#7562ae hex color red value is 117, green value is 98 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7562ae hue: 0.71 , saturation: 0.32 and the lightness value of 7562ae is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100010 10101110
Octal 165 142 256
Decimal 117 98 174
Hex 75 62 AE

RGB Percentages of Color #7562ae

%30.08
%25.19
%44.73

CMYK Percentages of Color #7562ae

%33
%44
%0
%32

Triadic Colors of #7562ae

#7562ae #ae7562 #62ae75

Analogous Colors of #7562ae

#7562ae #9b62ae #6275ae

Monochromatic Colors of #7562ae

#7562ae

Complementary Color

#7562ae #9bae62

#7562ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7562ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7562ae Color CSS Codes

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

#7562ae Text Font Color

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

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


#7562ae Background Color

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

This div background color is #7562ae


#7562ae Border Color

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

This div border color is #7562ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7562ae


Comments

No comments written yet.

Please login to write comment.