Color Hex Logo

#a33fcc Color Hex

#A33FCC
(163,63,204)
0 Favorites   0 Comments

Color spaces of #a33fcc

RGB 16363204
HSL0.780.580.52
HSV283°69°80°
CMYK 0.200.690.00   0.20
XYZ27.780815.701258.6932
Yxy15.70120.27190.1537
Hunter Lab39.624755.8026-60.0846
CIE-Lab46.580062.0808-54.8728

#a33fcc color RGB value is (163,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111111 11001100
Octal 243 77 314
Decimal 163 63 204
Hex A3 3F CC

RGB Percentages of Color #a33fcc

%37.91
%14.65
%47.44

CMYK Percentages of Color #a33fcc

%20
%69
%0
%20

Triadic Colors of #a33fcc

#a33fcc #cca33f #3fcca3

Analogous Colors of #a33fcc

#a33fcc #cc3faf #5c3fcc

Monochromatic Colors of #a33fcc

#a33fcc

Complementary Color

#a33fcc #68cc3f

#a33fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33fcc Color CSS Codes

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

#a33fcc Text Font Color

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

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


#a33fcc Background Color

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

This div background color is #a33fcc


#a33fcc Border Color

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

This div border color is #a33fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33fcc


Comments

No comments written yet.

Please login to write comment.