Color Hex Logo

#a658fb Color Hex

#A658FB
(166,88,251)
0 Favorites   0 Comments

Color spaces of #a658fb

RGB 16688251
HSL0.750.950.66
HSV269°65°98°
CMYK 0.340.650.00   0.02
XYZ36.628222.051593.5926
Yxy22.05150.24050.1448
Hunter Lab46.959057.0523-85.2978
CIE-Lab54.081661.7797-69.3317

#a658fb color RGB value is (166,88,251).

#a658fb hex color red value is 166, green value is 88 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a658fb hue: 0.75 , saturation: 0.95 and the lightness value of a658fb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011000 11111011
Octal 246 130 373
Decimal 166 88 251
Hex A6 58 FB

RGB Percentages of Color #a658fb

%32.87
%17.43
%49.70

CMYK Percentages of Color #a658fb

%34
%65
%0
%2

Triadic Colors of #a658fb

#a658fb #fba658 #58fba6

Analogous Colors of #a658fb

#a658fb #f858fb #585bfb

Monochromatic Colors of #a658fb

#a658fb

Complementary Color

#a658fb #adfb58

#a658fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a658fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a658fb Color CSS Codes

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

#a658fb Text Font Color

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

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


#a658fb Background Color

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

This div background color is #a658fb


#a658fb Border Color

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

This div border color is #a658fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a658fb

Related Colors


Comments

No comments written yet.

Please login to write comment.