Color Hex Logo

#a531ee Color Hex

#A531EE
(165,49,238)
0 Favorites   0 Comments

Color spaces of #a531ee

RGB 16549238
HSL0.770.850.56
HSV277°79°93°
CMYK 0.310.790.00   0.07
XYZ32.048016.369082.3593
Yxy16.36900.24510.1252
Hunter Lab40.458670.5905-92.3722
CIE-Lab47.454974.4967-72.8226

#a531ee color RGB value is (165,49,238).

#a531ee hex color red value is 165, green value is 49 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a531ee hue: 0.77 , saturation: 0.85 and the lightness value of a531ee is 0.56.

The process color (four color CMYK) of #a531ee color hex is 0.31, 0.79, 0.00, 0.07. Web safe color of #a531ee is #9933ff. Color #a531ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110001 11101110
Octal 245 61 356
Decimal 165 49 238
Hex A5 31 EE

RGB Percentages of Color #a531ee

%36.50
%10.84
%52.65

CMYK Percentages of Color #a531ee

%31
%79
%0
%7

Triadic Colors of #a531ee

#a531ee #eea531 #31eea5

Analogous Colors of #a531ee

#a531ee #ee31d9 #4631ee

Monochromatic Colors of #a531ee

#a531ee

Complementary Color

#a531ee #7aee31

#a531ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a531ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a531ee Color CSS Codes

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

#a531ee Text Font Color

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

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


#a531ee Background Color

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

This div background color is #a531ee


#a531ee Border Color

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

This div border color is #a531ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a531ee


Comments

No comments written yet.

Please login to write comment.