Color Hex Logo

#a591fb Color Hex

#A591FB
(165,145,251)
0 Favorites   0 Comments

Color spaces of #a591fb

RGB 165145251
HSL0.700.930.78
HSV251°42°98°
CMYK 0.340.420.00   0.02
XYZ43.055035.215295.7947
Yxy35.21520.24740.2023
Hunter Lab59.342425.6588-54.1704
CIE-Lab65.915930.9148-50.4076

#a591fb color RGB value is (165,145,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010001 11111011
Octal 245 221 373
Decimal 165 145 251
Hex A5 91 FB

RGB Percentages of Color #a591fb

%29.41
%25.85
%44.74

CMYK Percentages of Color #a591fb

%34
%42
%0
%2

Triadic Colors of #a591fb

#a591fb #fba591 #91fba5

Analogous Colors of #a591fb

#a591fb #da91fb #91b2fb

Monochromatic Colors of #a591fb

#a591fb

Complementary Color

#a591fb #e7fb91

#a591fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a591fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a591fb Color CSS Codes

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

#a591fb Text Font Color

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

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


#a591fb Background Color

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

This div background color is #a591fb


#a591fb Border Color

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

This div border color is #a591fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a591fb


Comments

No comments written yet.

Please login to write comment.