Color Hex Logo

#a670fb Color Hex

#A670FB
(166,112,251)
0 Favorites   0 Comments

Color spaces of #a670fb

RGB 166112251
HSL0.730.950.71
HSV263°55°98°
CMYK 0.340.550.00   0.02
XYZ38.932626.660494.3608
Yxy26.66040.24340.1667
Hunter Lab51.633744.2327-72.2091
CIE-Lab58.658749.5268-61.9591

#a670fb color RGB value is (166,112,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110000 11111011
Octal 246 160 373
Decimal 166 112 251
Hex A6 70 FB

RGB Percentages of Color #a670fb

%31.38
%21.17
%47.45

CMYK Percentages of Color #a670fb

%34
%55
%0
%2

Triadic Colors of #a670fb

#a670fb #fba670 #70fba6

Analogous Colors of #a670fb

#a670fb #ec70fb #7080fb

Monochromatic Colors of #a670fb

#a670fb

Complementary Color

#a670fb #c5fb70

#a670fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a670fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a670fb Color CSS Codes

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

#a670fb Text Font Color

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

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


#a670fb Background Color

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

This div background color is #a670fb


#a670fb Border Color

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

This div border color is #a670fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a670fb


Comments

No comments written yet.

Please login to write comment.