Color Hex Logo

#a608fb Color Hex

#A608FB
(166,8,251)
0 Favorites   0 Comments

Color spaces of #a608fb

RGB 1668251
HSL0.780.970.51
HSV279°97°98°
CMYK 0.340.970.00   0.02
XYZ33.225315.245792.4583
Yxy15.24570.23580.1082
Hunter Lab39.045783.5614-113.0636
CIE-Lab45.968985.1123-82.5478

#a608fb color RGB value is (166,8,251).

#a608fb hex color red value is 166, green value is 8 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a608fb hue: 0.78 , saturation: 0.97 and the lightness value of a608fb is 0.51.

The process color (four color CMYK) of #a608fb color hex is 0.34, 0.97, 0.00, 0.02. Web safe color of #a608fb is #9900ff. Color #a608fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001000 11111011
Octal 246 10 373
Decimal 166 8 251
Hex A6 8 FB

RGB Percentages of Color #a608fb

%39.06
%1.88
%59.06

CMYK Percentages of Color #a608fb

%34
%97
%0
%2

Triadic Colors of #a608fb

#a608fb #fba608 #08fba6

Analogous Colors of #a608fb

#a608fb #fb08d7 #2c08fb

Monochromatic Colors of #a608fb

#a608fb

Complementary Color

#a608fb #5dfb08

#a608fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a608fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a608fb Color CSS Codes

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

#a608fb Text Font Color

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

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


#a608fb Background Color

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

This div background color is #a608fb


#a608fb Border Color

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

This div border color is #a608fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a608fb

Related Colors


Comments

No comments written yet.

Please login to write comment.