Color Hex Logo

#a655fb Color Hex

#A655FB
(166,85,251)
0 Favorites   0 Comments

Color spaces of #a655fb

RGB 16685251
HSL0.750.950.66
HSV269°66°98°
CMYK 0.340.660.00   0.02
XYZ36.387021.569093.5122
Yxy21.56900.24020.1424
Hunter Lab46.442458.5780-86.8712
CIE-Lab53.566763.1987-70.1650

#a655fb color RGB value is (166,85,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010101 11111011
Octal 246 125 373
Decimal 166 85 251
Hex A6 55 FB

RGB Percentages of Color #a655fb

%33.07
%16.93
%50.00

CMYK Percentages of Color #a655fb

%34
%66
%0
%2

Triadic Colors of #a655fb

#a655fb #fba655 #55fba6

Analogous Colors of #a655fb

#a655fb #f955fb #5557fb

Monochromatic Colors of #a655fb

#a655fb

Complementary Color

#a655fb #aafb55

#a655fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a655fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a655fb Color CSS Codes

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

#a655fb Text Font Color

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

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


#a655fb Background Color

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

This div background color is #a655fb


#a655fb Border Color

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

This div border color is #a655fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a655fb

Related Colors


Comments

No comments written yet.

Please login to write comment.