Color Hex Logo

#a33fbb Color Hex

#A33FBB
(163,63,187)
0 Favorites   0 Comments

Color spaces of #a33fbb

RGB 16363187
HSL0.800.500.49
HSV288°66°73°
CMYK 0.130.660.00   0.27
XYZ25.851414.929448.5329
Yxy14.92940.28940.1672
Hunter Lab38.638651.8091-47.4256
CIE-Lab45.537358.7082-46.6772

#a33fbb color RGB value is (163,63,187).

#a33fbb hex color red value is 163, green value is 63 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a33fbb hue: 0.80 , saturation: 0.50 and the lightness value of a33fbb is 0.49.

The process color (four color CMYK) of #a33fbb color hex is 0.13, 0.66, 0.00, 0.27. Web safe color of #a33fbb is #9933cc. Color #a33fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111111 10111011
Octal 243 77 273
Decimal 163 63 187
Hex A3 3F BB

RGB Percentages of Color #a33fbb

%39.47
%15.25
%45.28

CMYK Percentages of Color #a33fbb

%13
%66
%0
%27

Triadic Colors of #a33fbb

#a33fbb #bba33f #3fbba3

Analogous Colors of #a33fbb

#a33fbb #bb3f95 #653fbb

Monochromatic Colors of #a33fbb

#a33fbb

Complementary Color

#a33fbb #57bb3f

#a33fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33fbb Color CSS Codes

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

#a33fbb Text Font Color

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

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


#a33fbb Background Color

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

This div background color is #a33fbb


#a33fbb Border Color

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

This div border color is #a33fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33fbb


Comments

No comments written yet.

Please login to write comment.