Color Hex Logo

#a833fd Color Hex

#A833FD
(168,51,253)
0 Favorites   0 Comments

Color spaces of #a833fd

RGB 16851253
HSL0.760.980.60
HSV275°80°99°
CMYK 0.340.800.00   0.01
XYZ35.061917.784394.5133
Yxy17.78430.23790.1207
Hunter Lab42.171474.6073-103.3589
CIE-Lab49.233477.4148-78.3121

#a833fd color RGB value is (168,51,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110011 11111101
Octal 250 63 375
Decimal 168 51 253
Hex A8 33 FD

RGB Percentages of Color #a833fd

%35.59
%10.81
%53.60

CMYK Percentages of Color #a833fd

%34
%80
%0
%1

Triadic Colors of #a833fd

#a833fd #fda833 #33fda8

Analogous Colors of #a833fd

#a833fd #fd33ed #4333fd

Monochromatic Colors of #a833fd

#a833fd

Complementary Color

#a833fd #88fd33

#a833fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a833fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a833fd Color CSS Codes

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

#a833fd Text Font Color

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

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


#a833fd Background Color

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

This div background color is #a833fd


#a833fd Border Color

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

This div border color is #a833fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a833fd

Related Colors


Comments

No comments written yet.

Please login to write comment.