Color Hex Logo

#a453fb Color Hex

#A453FB
(164,83,251)
0 Favorites   0 Comments

Color spaces of #a453fb

RGB 16483251
HSL0.750.950.65
HSV269°67°98°
CMYK 0.350.670.00   0.02
XYZ35.815721.044193.4410
Yxy21.04410.23830.1400
Hunter Lab45.873859.0834-88.6568
CIE-Lab52.997763.7411-71.0977

#a453fb color RGB value is (164,83,251).

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

The process color (four color CMYK) of #a453fb color hex is 0.35, 0.67, 0.00, 0.02. Web safe color of #a453fb is #9966ff. Color #a453fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010011 11111011
Octal 244 123 373
Decimal 164 83 251
Hex A4 53 FB

RGB Percentages of Color #a453fb

%32.93
%16.67
%50.40

CMYK Percentages of Color #a453fb

%35
%67
%0
%2

Triadic Colors of #a453fb

#a453fb #fba453 #53fba4

Analogous Colors of #a453fb

#a453fb #f853fb #5356fb

Monochromatic Colors of #a453fb

#a453fb

Complementary Color

#a453fb #aafb53

#a453fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a453fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a453fb Color CSS Codes

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

#a453fb Text Font Color

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

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


#a453fb Background Color

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

This div background color is #a453fb


#a453fb Border Color

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

This div border color is #a453fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a453fb


Comments

No comments written yet.

Please login to write comment.