Color Hex Logo

#a583fa Color Hex

#A583FA
(165,131,250)
0 Favorites   0 Comments

Color spaces of #a583fa

RGB 165131250
HSL0.710.920.75
HSV257°48°98°
CMYK 0.340.480.00   0.02
XYZ40.888731.134194.2969
Yxy31.13410.24580.1872
Hunter Lab55.797933.1583-61.1398
CIE-Lab62.620738.5668-55.0850

#a583fa color RGB value is (165,131,250).

#a583fa hex color red value is 165, green value is 131 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a583fa hue: 0.71 , saturation: 0.92 and the lightness value of a583fa is 0.75.

The process color (four color CMYK) of #a583fa color hex is 0.34, 0.48, 0.00, 0.02. Web safe color of #a583fa is #9999ff. Color #a583fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000011 11111010
Octal 245 203 372
Decimal 165 131 250
Hex A5 83 FA

RGB Percentages of Color #a583fa

%30.22
%23.99
%45.79

CMYK Percentages of Color #a583fa

%34
%48
%0
%2

Triadic Colors of #a583fa

#a583fa #faa583 #83faa5

Analogous Colors of #a583fa

#a583fa #e183fa #839dfa

Monochromatic Colors of #a583fa

#a583fa

Complementary Color

#a583fa #d8fa83

#a583fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a583fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a583fa Color CSS Codes

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

#a583fa Text Font Color

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

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


#a583fa Background Color

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

This div background color is #a583fa


#a583fa Border Color

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

This div border color is #a583fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a583fa

Related Colors


Comments

No comments written yet.

Please login to write comment.