Color Hex Logo

#a333fd Color Hex

#A333FD
(163,51,253)
0 Favorites   0 Comments

Color spaces of #a333fd

RGB 16351253
HSL0.760.980.60
HSV273°80°99°
CMYK 0.360.800.00   0.01
XYZ34.017717.246094.4644
Yxy17.24600.23340.1183
Hunter Lab41.528373.5428-105.7971
CIE-Lab48.568576.6851-79.4256

#a333fd color RGB value is (163,51,253).

#a333fd hex color red value is 163, green value is 51 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a333fd hue: 0.76 , saturation: 0.98 and the lightness value of a333fd is 0.60.

The process color (four color CMYK) of #a333fd color hex is 0.36, 0.80, 0.00, 0.01. Web safe color of #a333fd is #9933ff. Color #a333fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110011 11111101
Octal 243 63 375
Decimal 163 51 253
Hex A3 33 FD

RGB Percentages of Color #a333fd

%34.90
%10.92
%54.18

CMYK Percentages of Color #a333fd

%36
%80
%0
%1

Triadic Colors of #a333fd

#a333fd #fda333 #33fda3

Analogous Colors of #a333fd

#a333fd #fd33f2 #3e33fd

Monochromatic Colors of #a333fd

#a333fd

Complementary Color

#a333fd #8dfd33

#a333fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a333fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a333fd Color CSS Codes

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

#a333fd Text Font Color

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

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


#a333fd Background Color

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

This div background color is #a333fd


#a333fd Border Color

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

This div border color is #a333fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,51,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a333fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a333fd;
  -webkit-box-shadow: 1px 1px 3px 2px #a333fd;
  box-shadow:         1px 1px 3px 2px #a333fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,51,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a333fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a333fd


Comments

No comments written yet.

Please login to write comment.