Color Hex Logo

#a133dd Color Hex

#A133DD
(161,51,221)
0 Favorites   0 Comments

Color spaces of #a133dd

RGB 16151221
HSL0.770.710.53
HSV279°77°87°
CMYK 0.270.770.00   0.13
XYZ28.932915.165269.8089
Yxy15.16520.25400.1331
Hunter Lab38.942564.4697-79.0243
CIE-Lab45.859669.7109-65.8022

#a133dd color RGB value is (161,51,221).

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

The process color (four color CMYK) of #a133dd color hex is 0.27, 0.77, 0.00, 0.13. Web safe color of #a133dd is #9933cc. Color #a133dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110011 11011101
Octal 241 63 335
Decimal 161 51 221
Hex A1 33 DD

RGB Percentages of Color #a133dd

%37.18
%11.78
%51.04

CMYK Percentages of Color #a133dd

%27
%77
%0
%13

Triadic Colors of #a133dd

#a133dd #dda133 #33dda1

Analogous Colors of #a133dd

#a133dd #dd33c4 #4c33dd

Monochromatic Colors of #a133dd

#a133dd

Complementary Color

#a133dd #6fdd33

#a133dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a133dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a133dd Color CSS Codes

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

#a133dd Text Font Color

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

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


#a133dd Background Color

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

This div background color is #a133dd


#a133dd Border Color

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

This div border color is #a133dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a133dd


Comments

No comments written yet.

Please login to write comment.