Color Hex Logo

#a442fb Color Hex

#A442FB
(164,66,251)
0 Favorites   0 Comments

Color spaces of #a442fb

RGB 16466251
HSL0.750.960.62
HSV272°74°98°
CMYK 0.350.740.00   0.02
XYZ34.670618.754093.0593
Yxy18.75400.23670.1280
Hunter Lab43.305967.1214-97.0932
CIE-Lab50.398171.0555-75.3206

#a442fb color RGB value is (164,66,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000010 11111011
Octal 244 102 373
Decimal 164 66 251
Hex A4 42 FB

RGB Percentages of Color #a442fb

%34.10
%13.72
%52.18

CMYK Percentages of Color #a442fb

%35
%74
%0
%2

Triadic Colors of #a442fb

#a442fb #fba442 #42fba4

Analogous Colors of #a442fb

#a442fb #fb42f6 #4742fb

Monochromatic Colors of #a442fb

#a442fb

Complementary Color

#a442fb #99fb42

#a442fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a442fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a442fb Color CSS Codes

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

#a442fb Text Font Color

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

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


#a442fb Background Color

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

This div background color is #a442fb


#a442fb Border Color

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

This div border color is #a442fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a442fb


Comments

No comments written yet.

Please login to write comment.