Color Hex Logo

#a591f0 Color Hex

#A591F0
(165,145,240)
0 Favorites   0 Comments

Color spaces of #a591f0

RGB 165145240
HSL0.700.760.75
HSV253°40°94°
CMYK 0.310.400.00   0.06
XYZ41.370634.541486.9248
Yxy34.54140.25410.2121
Hunter Lab58.771922.7984-46.5507
CIE-Lab65.390028.1069-45.2068

#a591f0 color RGB value is (165,145,240).

#a591f0 hex color red value is 165, green value is 145 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #a591f0 hue: 0.70 , saturation: 0.76 and the lightness value of a591f0 is 0.75.

The process color (four color CMYK) of #a591f0 color hex is 0.31, 0.40, 0.00, 0.06. Web safe color of #a591f0 is #9999ff. Color #a591f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010001 11110000
Octal 245 221 360
Decimal 165 145 240
Hex A5 91 F0

RGB Percentages of Color #a591f0

%30.00
%26.36
%43.64

CMYK Percentages of Color #a591f0

%31
%40
%0
%6

Triadic Colors of #a591f0

#a591f0 #f0a591 #91f0a5

Analogous Colors of #a591f0

#a591f0 #d591f0 #91adf0

Monochromatic Colors of #a591f0

#a591f0

Complementary Color

#a591f0 #dcf091

#a591f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a591f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a591f0 Color CSS Codes

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

#a591f0 Text Font Color

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

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


#a591f0 Background Color

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

This div background color is #a591f0


#a591f0 Border Color

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

This div border color is #a591f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a591f0


Comments

No comments written yet.

Please login to write comment.