Color Hex Logo

#a58afe Color Hex

#A58AFE
(165,138,254)
0 Favorites   0 Comments

Color spaces of #a58afe

RGB 165138254
HSL0.710.980.77
HSV254°46°100°
CMYK 0.350.460.00   0.00
XYZ42.494933.332097.9599
Yxy33.33200.24450.1918
Hunter Lab57.733930.3503-60.1865
CIE-Lab64.428835.6520-54.4046

#a58afe color RGB value is (165,138,254).

#a58afe hex color red value is 165, green value is 138 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a58afe hue: 0.71 , saturation: 0.98 and the lightness value of a58afe is 0.77.

The process color (four color CMYK) of #a58afe color hex is 0.35, 0.46, 0.00, 0.00. Web safe color of #a58afe is #9999ff. Color #a58afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001010 11111110
Octal 245 212 376
Decimal 165 138 254
Hex A5 8A FE

RGB Percentages of Color #a58afe

%29.62
%24.78
%45.60

CMYK Percentages of Color #a58afe

%35
%46
%0
%0

Triadic Colors of #a58afe

#a58afe #fea58a #8afea5

Analogous Colors of #a58afe

#a58afe #df8afe #8aa9fe

Monochromatic Colors of #a58afe

#a58afe

Complementary Color

#a58afe #e3fe8a

#a58afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58afe Color CSS Codes

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

#a58afe Text Font Color

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

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


#a58afe Background Color

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

This div background color is #a58afe


#a58afe Border Color

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

This div border color is #a58afe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,138,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a58afe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a58afe;
  -webkit-box-shadow: 1px 1px 3px 2px #a58afe;
  box-shadow:         1px 1px 3px 2px #a58afe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,138,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a58afe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58afe

Related Colors


Comments

No comments written yet.

Please login to write comment.