Color Hex Logo

#9062ae Color Hex

#9062AE
(144,98,174)
0 Favorites   0 Comments

Color spaces of #9062ae

RGB 14498174
HSL0.770.320.53
HSV276°44°68°
CMYK 0.170.440.00   0.32
XYZ23.509317.720642.2258
Yxy17.72060.28170.2123
Hunter Lab42.095826.0193-30.0059
CIE-Lab49.155533.0183-33.5117

#9062ae color RGB value is (144,98,174).

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

The process color (four color CMYK) of #9062ae color hex is 0.17, 0.44, 0.00, 0.32. Web safe color of #9062ae is #996699. Color #9062ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01100010 10101110
Octal 220 142 256
Decimal 144 98 174
Hex 90 62 AE

RGB Percentages of Color #9062ae

%34.62
%23.56
%41.83

CMYK Percentages of Color #9062ae

%17
%44
%0
%32

Triadic Colors of #9062ae

#9062ae #ae9062 #62ae90

Analogous Colors of #9062ae

#9062ae #ae62a6 #6a62ae

Monochromatic Colors of #9062ae

#9062ae

Complementary Color

#9062ae #80ae62

#9062ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9062ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9062ae Color CSS Codes

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

#9062ae Text Font Color

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

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


#9062ae Background Color

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

This div background color is #9062ae


#9062ae Border Color

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

This div border color is #9062ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9062ae


Comments

No comments written yet.

Please login to write comment.