Color Hex Logo

#a592fe Color Hex

#A592FE
(165,146,254)
0 Favorites   0 Comments

Color spaces of #a592fe

RGB 165146254
HSL0.700.980.78
HSV251°43°100°
CMYK 0.350.430.00   0.00
XYZ43.685335.712998.3567
Yxy35.71290.24580.2009
Hunter Lab59.760325.9046-55.7505
CIE-Lab66.300031.1240-51.4389

#a592fe color RGB value is (165,146,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010010 11111110
Octal 245 222 376
Decimal 165 146 254
Hex A5 92 FE

RGB Percentages of Color #a592fe

%29.20
%25.84
%44.96

CMYK Percentages of Color #a592fe

%35
%43
%0
%0

Triadic Colors of #a592fe

#a592fe #fea592 #92fea5

Analogous Colors of #a592fe

#a592fe #db92fe #92b5fe

Monochromatic Colors of #a592fe

#a592fe

Complementary Color

#a592fe #ebfe92

#a592fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a592fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a592fe Color CSS Codes

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

#a592fe Text Font Color

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

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


#a592fe Background Color

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

This div background color is #a592fe


#a592fe Border Color

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

This div border color is #a592fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a592fe

Related Colors


Comments

No comments written yet.

Please login to write comment.