Color Hex Logo

#7062ae Color Hex

#7062AE
(112,98,174)
0 Favorites   0 Comments

Color spaces of #7062ae

RGB 11298174
HSL0.700.320.53
HSV251°44°68°
CMYK 0.360.440.00   0.32
XYZ18.689815.236142.0002
Yxy15.23610.24620.2007
Hunter Lab39.033417.1599-36.4729
CIE-Lab45.955923.7026-38.7680

#7062ae color RGB value is (112,98,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100010 10101110
Octal 160 142 256
Decimal 112 98 174
Hex 70 62 AE

RGB Percentages of Color #7062ae

%29.17
%25.52
%45.31

CMYK Percentages of Color #7062ae

%36
%44
%0
%32

Triadic Colors of #7062ae

#7062ae #ae7062 #62ae70

Analogous Colors of #7062ae

#7062ae #9662ae #627aae

Monochromatic Colors of #7062ae

#7062ae

Complementary Color

#7062ae #a0ae62

#7062ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7062ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7062ae Color CSS Codes

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

#7062ae Text Font Color

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

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


#7062ae Background Color

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

This div background color is #7062ae


#7062ae Border Color

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

This div border color is #7062ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7062ae


Comments

No comments written yet.

Please login to write comment.