Color Hex Logo

#a250ae Color Hex

#A250AE
(162,80,174)
0 Favorites   0 Comments

Color spaces of #a250ae

RGB 16280174
HSL0.810.370.50
HSV292°54°68°
CMYK 0.070.540.00   0.32
XYZ25.408916.474741.8851
Yxy16.47470.30330.1967
Hunter Lab40.589040.7109-32.7709
CIE-Lab47.591247.9963-35.8154

#a250ae color RGB value is (162,80,174).

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

The process color (four color CMYK) of #a250ae color hex is 0.07, 0.54, 0.00, 0.32. Web safe color of #a250ae is #996699. Color #a250ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010000 10101110
Octal 242 120 256
Decimal 162 80 174
Hex A2 50 AE

RGB Percentages of Color #a250ae

%38.94
%19.23
%41.83

CMYK Percentages of Color #a250ae

%7
%54
%0
%32

Triadic Colors of #a250ae

#a250ae #aea250 #50aea2

Analogous Colors of #a250ae

#a250ae #ae508b #7350ae

Monochromatic Colors of #a250ae

#a250ae

Complementary Color

#a250ae #5cae50

#a250ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a250ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a250ae Color CSS Codes

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

#a250ae Text Font Color

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

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


#a250ae Background Color

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

This div background color is #a250ae


#a250ae Border Color

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

This div border color is #a250ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a250ae


Comments

No comments written yet.

Please login to write comment.