Color Hex Logo

#9246ae Color Hex

#9246AE
(146,70,174)
0 Favorites   0 Comments

Color spaces of #9246ae

RGB 14670174
HSL0.790.430.48
HSV284°60°68°
CMYK 0.160.600.00   0.32
XYZ21.684213.547341.5164
Yxy13.54730.28250.1765
Hunter Lab36.806740.7495-41.1120
CIE-Lab43.576648.7235-42.3091

#9246ae color RGB value is (146,70,174).

#9246ae hex color red value is 146, green value is 70 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9246ae hue: 0.79 , saturation: 0.43 and the lightness value of 9246ae is 0.48.

The process color (four color CMYK) of #9246ae color hex is 0.16, 0.60, 0.00, 0.32. Web safe color of #9246ae is #993399. Color #9246ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01000110 10101110
Octal 222 106 256
Decimal 146 70 174
Hex 92 46 AE

RGB Percentages of Color #9246ae

%37.44
%17.95
%44.62

CMYK Percentages of Color #9246ae

%16
%60
%0
%32

Triadic Colors of #9246ae

#9246ae #ae9246 #46ae92

Analogous Colors of #9246ae

#9246ae #ae4696 #5e46ae

Monochromatic Colors of #9246ae

#9246ae

Complementary Color

#9246ae #62ae46

#9246ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9246ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9246ae Color CSS Codes

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

#9246ae Text Font Color

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

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


#9246ae Background Color

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

This div background color is #9246ae


#9246ae Border Color

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

This div border color is #9246ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9246ae


Comments

No comments written yet.

Please login to write comment.