Color Hex Logo

#a582fa Color Hex

#A582FA
(165,130,250)
0 Favorites   0 Comments

Color spaces of #a582fa

RGB 165130250
HSL0.720.920.75
HSV258°48°98°
CMYK 0.340.480.00   0.02
XYZ40.755030.866794.2523
Yxy30.86670.24570.1861
Hunter Lab55.557833.7143-61.6934
CIE-Lab62.394939.1279-55.4441

#a582fa color RGB value is (165,130,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000010 11111010
Octal 245 202 372
Decimal 165 130 250
Hex A5 82 FA

RGB Percentages of Color #a582fa

%30.28
%23.85
%45.87

CMYK Percentages of Color #a582fa

%34
%48
%0
%2

Triadic Colors of #a582fa

#a582fa #faa582 #82faa5

Analogous Colors of #a582fa

#a582fa #e182fa #829bfa

Monochromatic Colors of #a582fa

#a582fa

Complementary Color

#a582fa #d7fa82

#a582fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a582fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a582fa Color CSS Codes

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

#a582fa Text Font Color

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

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


#a582fa Background Color

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

This div background color is #a582fa


#a582fa Border Color

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

This div border color is #a582fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a582fa


Comments

No comments written yet.

Please login to write comment.