Color Hex Logo

#a33ecc Color Hex

#A33ECC
(163,62,204)
0 Favorites   0 Comments

Color spaces of #a33ecc

RGB 16362204
HSL0.790.580.52
HSV283°70°80°
CMYK 0.200.700.00   0.20
XYZ27.726015.591458.6749
Yxy15.59140.27180.1529
Hunter Lab39.485956.2376-60.4629
CIE-Lab46.433862.4927-55.1079

#a33ecc color RGB value is (163,62,204).

#a33ecc hex color red value is 163, green value is 62 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a33ecc hue: 0.79 , saturation: 0.58 and the lightness value of a33ecc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111110 11001100
Octal 243 76 314
Decimal 163 62 204
Hex A3 3E CC

RGB Percentages of Color #a33ecc

%38.00
%14.45
%47.55

CMYK Percentages of Color #a33ecc

%20
%70
%0
%20

Triadic Colors of #a33ecc

#a33ecc #cca33e #3ecca3

Analogous Colors of #a33ecc

#a33ecc #cc3eae #5c3ecc

Monochromatic Colors of #a33ecc

#a33ecc

Complementary Color

#a33ecc #67cc3e

#a33ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33ecc Color CSS Codes

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

#a33ecc Text Font Color

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

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


#a33ecc Background Color

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

This div background color is #a33ecc


#a33ecc Border Color

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

This div border color is #a33ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33ecc


Comments

No comments written yet.

Please login to write comment.