Color Hex Logo

#a33dcd Color Hex

#A33DCD
(163,61,205)
0 Favorites   0 Comments

Color spaces of #a33dcd

RGB 16361205
HSL0.780.590.52
HSV283°70°80°
CMYK 0.200.700.00   0.20
XYZ27.792415.531859.2907
Yxy15.53180.27080.1514
Hunter Lab39.410456.9108-61.6111
CIE-Lab46.354163.1006-55.8127

#a33dcd color RGB value is (163,61,205).

#a33dcd hex color red value is 163, green value is 61 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a33dcd hue: 0.78 , saturation: 0.59 and the lightness value of a33dcd is 0.52.

The process color (four color CMYK) of #a33dcd color hex is 0.20, 0.70, 0.00, 0.20. Web safe color of #a33dcd is #9933cc. Color #a33dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111101 11001101
Octal 243 75 315
Decimal 163 61 205
Hex A3 3D CD

RGB Percentages of Color #a33dcd

%38.00
%14.22
%47.79

CMYK Percentages of Color #a33dcd

%20
%70
%0
%20

Triadic Colors of #a33dcd

#a33dcd #cda33d #3dcda3

Analogous Colors of #a33dcd

#a33dcd #cd3daf #5b3dcd

Monochromatic Colors of #a33dcd

#a33dcd

Complementary Color

#a33dcd #67cd3d

#a33dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33dcd Color CSS Codes

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

#a33dcd Text Font Color

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

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


#a33dcd Background Color

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

This div background color is #a33dcd


#a33dcd Border Color

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

This div border color is #a33dcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,61,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33dcd


Comments

No comments written yet.

Please login to write comment.