Color Hex Logo

#a043fb Color Hex

#A043FB
(160,67,251)
0 Favorites   0 Comments

Color spaces of #a043fb

RGB 16067251
HSL0.750.960.62
HSV270°73°98°
CMYK 0.360.730.00   0.02
XYZ33.916918.452993.0409
Yxy18.45290.23320.1269
Hunter Lab42.956865.7616-98.3474
CIE-Lab50.040969.9877-75.9241

#a043fb color RGB value is (160,67,251).

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

The process color (four color CMYK) of #a043fb color hex is 0.36, 0.73, 0.00, 0.02. Web safe color of #a043fb is #9933ff. Color #a043fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000011 11111011
Octal 240 103 373
Decimal 160 67 251
Hex A0 43 FB

RGB Percentages of Color #a043fb

%33.47
%14.02
%52.51

CMYK Percentages of Color #a043fb

%36
%73
%0
%2

Triadic Colors of #a043fb

#a043fb #fba043 #43fba0

Analogous Colors of #a043fb

#a043fb #fb43fa #4443fb

Monochromatic Colors of #a043fb

#a043fb

Complementary Color

#a043fb #9efb43

#a043fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a043fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a043fb Color CSS Codes

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

#a043fb Text Font Color

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

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


#a043fb Background Color

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

This div background color is #a043fb


#a043fb Border Color

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

This div border color is #a043fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a043fb


Comments

No comments written yet.

Please login to write comment.