Color Hex Logo

#a33dda Color Hex

#A33DDA
(163,61,218)
0 Favorites   0 Comments

Color spaces of #a33dda

RGB 16361218
HSL0.770.680.55
HSV279°72°85°
CMYK 0.250.720.00   0.15
XYZ29.427916.186067.9029
Yxy16.18600.25920.1426
Hunter Lab40.231860.1596-71.9068
CIE-Lab47.217665.7650-61.8769

#a33dda color RGB value is (163,61,218).

#a33dda hex color red value is 163, green value is 61 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a33dda hue: 0.77 , saturation: 0.68 and the lightness value of a33dda is 0.55.

The process color (four color CMYK) of #a33dda color hex is 0.25, 0.72, 0.00, 0.15. Web safe color of #a33dda is #9933cc. Color #a33dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111101 11011010
Octal 243 75 332
Decimal 163 61 218
Hex A3 3D DA

RGB Percentages of Color #a33dda

%36.88
%13.80
%49.32

CMYK Percentages of Color #a33dda

%25
%72
%0
%15

Triadic Colors of #a33dda

#a33dda #daa33d #3ddaa3

Analogous Colors of #a33dda

#a33dda #da3dc3 #553dda

Monochromatic Colors of #a33dda

#a33dda

Complementary Color

#a33dda #74da3d

#a33dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33dda Color CSS Codes

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

#a33dda Text Font Color

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

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


#a33dda Background Color

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

This div background color is #a33dda


#a33dda Border Color

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

This div border color is #a33dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33dda


Comments

No comments written yet.

Please login to write comment.