Color Hex Logo

#a483fb Color Hex

#A483FB
(164,131,251)
0 Favorites   0 Comments

Color spaces of #a483fb

RGB 164131251
HSL0.710.940.75
HSV257°48°98°
CMYK 0.350.480.00   0.02
XYZ40.838731.090195.1153
Yxy31.09010.24450.1861
Hunter Lab55.758533.1598-62.1085
CIE-Lab62.583638.5726-55.6988

#a483fb color RGB value is (164,131,251).

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

The process color (four color CMYK) of #a483fb color hex is 0.35, 0.48, 0.00, 0.02. Web safe color of #a483fb is #9999ff. Color #a483fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000011 11111011
Octal 244 203 373
Decimal 164 131 251
Hex A4 83 FB

RGB Percentages of Color #a483fb

%30.04
%23.99
%45.97

CMYK Percentages of Color #a483fb

%35
%48
%0
%2

Triadic Colors of #a483fb

#a483fb #fba483 #83fba4

Analogous Colors of #a483fb

#a483fb #e083fb #839efb

Monochromatic Colors of #a483fb

#a483fb

Complementary Color

#a483fb #dafb83

#a483fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a483fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a483fb Color CSS Codes

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

#a483fb Text Font Color

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

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


#a483fb Background Color

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

This div background color is #a483fb


#a483fb Border Color

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

This div border color is #a483fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a483fb


Comments

No comments written yet.

Please login to write comment.