Color Hex Logo

#a446fb Color Hex

#A446FB
(164,70,251)
0 Favorites   0 Comments

Color spaces of #a446fb

RGB 16470251
HSL0.750.960.63
HSV271°72°98°
CMYK 0.350.720.00   0.02
XYZ34.912619.237993.1400
Yxy19.23790.23700.1306
Hunter Lab43.861065.3260-95.2011
CIE-Lab50.964469.4442-74.3992

#a446fb color RGB value is (164,70,251).

#a446fb hex color red value is 164, green value is 70 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a446fb hue: 0.75 , saturation: 0.96 and the lightness value of a446fb is 0.63.

The process color (four color CMYK) of #a446fb color hex is 0.35, 0.72, 0.00, 0.02. Web safe color of #a446fb is #9933ff. Color #a446fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000110 11111011
Octal 244 106 373
Decimal 164 70 251
Hex A4 46 FB

RGB Percentages of Color #a446fb

%33.81
%14.43
%51.75

CMYK Percentages of Color #a446fb

%35
%72
%0
%2

Triadic Colors of #a446fb

#a446fb #fba446 #46fba4

Analogous Colors of #a446fb

#a446fb #fb46f8 #4a46fb

Monochromatic Colors of #a446fb

#a446fb

Complementary Color

#a446fb #9dfb46

#a446fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a446fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a446fb Color CSS Codes

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

#a446fb Text Font Color

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

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


#a446fb Background Color

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

This div background color is #a446fb


#a446fb Border Color

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

This div border color is #a446fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a446fb


Comments

No comments written yet.

Please login to write comment.