Color Hex Logo

#a133fd Color Hex

#A133FD
(161,51,253)
0 Favorites   0 Comments

Color spaces of #a133fd

RGB 16151253
HSL0.760.980.60
HSV273°80°99°
CMYK 0.360.800.00   0.01
XYZ33.611417.036694.4454
Yxy17.03660.23170.1174
Hunter Lab41.275473.1242-106.7731
CIE-Lab48.306176.3971-79.8652

#a133fd color RGB value is (161,51,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110011 11111101
Octal 241 63 375
Decimal 161 51 253
Hex A1 33 FD

RGB Percentages of Color #a133fd

%34.62
%10.97
%54.41

CMYK Percentages of Color #a133fd

%36
%80
%0
%1

Triadic Colors of #a133fd

#a133fd #fda133 #33fda1

Analogous Colors of #a133fd

#a133fd #fd33f4 #3c33fd

Monochromatic Colors of #a133fd

#a133fd

Complementary Color

#a133fd #8ffd33

#a133fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a133fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a133fd Color CSS Codes

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

#a133fd Text Font Color

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

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


#a133fd Background Color

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

This div background color is #a133fd


#a133fd Border Color

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

This div border color is #a133fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a133fd


Comments

No comments written yet.

Please login to write comment.