Color Hex Logo

#a33fdd Color Hex

#A33FDD
(163,63,221)
0 Favorites   0 Comments

Color spaces of #a33fdd

RGB 16363221
HSL0.770.700.56
HSV278°71°87°
CMYK 0.260.710.00   0.13
XYZ29.932916.562070.0258
Yxy16.56200.25690.1421
Hunter Lab40.696460.0709-73.5320
CIE-Lab47.703365.5951-62.8018

#a33fdd color RGB value is (163,63,221).

#a33fdd hex color red value is 163, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a33fdd hue: 0.77 , saturation: 0.70 and the lightness value of a33fdd is 0.56.

The process color (four color CMYK) of #a33fdd color hex is 0.26, 0.71, 0.00, 0.13. Web safe color of #a33fdd is #9933cc. Color #a33fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111111 11011101
Octal 243 77 335
Decimal 163 63 221
Hex A3 3F DD

RGB Percentages of Color #a33fdd

%36.47
%14.09
%49.44

CMYK Percentages of Color #a33fdd

%26
%71
%0
%13

Triadic Colors of #a33fdd

#a33fdd #dda33f #3fdda3

Analogous Colors of #a33fdd

#a33fdd #dd3fc8 #543fdd

Monochromatic Colors of #a33fdd

#a33fdd

Complementary Color

#a33fdd #79dd3f

#a33fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33fdd Color CSS Codes

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

#a33fdd Text Font Color

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

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


#a33fdd Background Color

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

This div background color is #a33fdd


#a33fdd Border Color

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

This div border color is #a33fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33fdd


Comments

No comments written yet.

Please login to write comment.