Color Hex Logo

#a577fb Color Hex

#A577FB
(165,119,251)
0 Favorites   0 Comments

Color spaces of #a577fb

RGB 165119251
HSL0.720.940.73
HSV261°53°98°
CMYK 0.340.530.00   0.02
XYZ39.526528.158094.6186
Yxy28.15800.24350.1735
Hunter Lab53.064140.0992-68.5751
CIE-Lab60.031245.4893-59.7661

#a577fb color RGB value is (165,119,251).

#a577fb hex color red value is 165, green value is 119 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a577fb hue: 0.72 , saturation: 0.94 and the lightness value of a577fb is 0.73.

The process color (four color CMYK) of #a577fb color hex is 0.34, 0.53, 0.00, 0.02. Web safe color of #a577fb is #9966ff. Color #a577fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110111 11111011
Octal 245 167 373
Decimal 165 119 251
Hex A5 77 FB

RGB Percentages of Color #a577fb

%30.84
%22.24
%46.92

CMYK Percentages of Color #a577fb

%34
%53
%0
%2

Triadic Colors of #a577fb

#a577fb #fba577 #77fba5

Analogous Colors of #a577fb

#a577fb #e777fb #778bfb

Monochromatic Colors of #a577fb

#a577fb

Complementary Color

#a577fb #cdfb77

#a577fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a577fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a577fb Color CSS Codes

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

#a577fb Text Font Color

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

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


#a577fb Background Color

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

This div background color is #a577fb


#a577fb Border Color

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

This div border color is #a577fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a577fb


Comments

No comments written yet.

Please login to write comment.