Color Hex Logo

#a248ae Color Hex

#A248AE
(162,72,174)
0 Favorites   0 Comments

Color spaces of #a248ae

RGB 16272174
HSL0.810.410.48
HSV293°59°68°
CMYK 0.070.590.00   0.32
XYZ24.857615.372141.7014
Yxy15.37210.30340.1876
Hunter Lab39.207344.5571-35.6166
CIE-Lab46.139751.9063-38.1050

#a248ae color RGB value is (162,72,174).

#a248ae hex color red value is 162, green value is 72 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a248ae hue: 0.81 , saturation: 0.41 and the lightness value of a248ae is 0.48.

The process color (four color CMYK) of #a248ae color hex is 0.07, 0.59, 0.00, 0.32. Web safe color of #a248ae is #993399. Color #a248ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001000 10101110
Octal 242 110 256
Decimal 162 72 174
Hex A2 48 AE

RGB Percentages of Color #a248ae

%39.71
%17.65
%42.65

CMYK Percentages of Color #a248ae

%7
%59
%0
%32

Triadic Colors of #a248ae

#a248ae #aea248 #48aea2

Analogous Colors of #a248ae

#a248ae #ae4887 #6f48ae

Monochromatic Colors of #a248ae

#a248ae

Complementary Color

#a248ae #54ae48

#a248ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a248ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a248ae Color CSS Codes

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

#a248ae Text Font Color

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

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


#a248ae Background Color

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

This div background color is #a248ae


#a248ae Border Color

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

This div border color is #a248ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,72,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a248ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a248ae;
  -webkit-box-shadow: 1px 1px 3px 2px #a248ae;
  box-shadow:         1px 1px 3px 2px #a248ae; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a248ae

#a248ae Color Palettes


Comments

No comments written yet.

Please login to write comment.