Color Hex Logo

#a133da Color Hex

#A133DA
(161,51,218)
0 Favorites   0 Comments

Color spaces of #a133da

RGB 16151218
HSL0.780.690.53
HSV280°77°85°
CMYK 0.260.770.00   0.15
XYZ28.536715.006767.7222
Yxy15.00670.25650.1349
Hunter Lab38.738563.6997-76.5332
CIE-Lab45.643469.1007-64.4393

#a133da color RGB value is (161,51,218).

#a133da hex color red value is 161, green value is 51 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a133da hue: 0.78 , saturation: 0.69 and the lightness value of a133da is 0.53.

The process color (four color CMYK) of #a133da color hex is 0.26, 0.77, 0.00, 0.15. Web safe color of #a133da is #9933cc. Color #a133da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110011 11011010
Octal 241 63 332
Decimal 161 51 218
Hex A1 33 DA

RGB Percentages of Color #a133da

%37.44
%11.86
%50.70

CMYK Percentages of Color #a133da

%26
%77
%0
%15

Triadic Colors of #a133da

#a133da #daa133 #33daa1

Analogous Colors of #a133da

#a133da #da33c0 #4e33da

Monochromatic Colors of #a133da

#a133da

Complementary Color

#a133da #6cda33

#a133da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a133da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a133da Color CSS Codes

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

#a133da Text Font Color

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

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


#a133da Background Color

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

This div background color is #a133da


#a133da Border Color

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

This div border color is #a133da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a133da


Comments

No comments written yet.

Please login to write comment.