Color Hex Logo

#a33ebb Color Hex

#A33EBB
(163,62,187)
0 Favorites   0 Comments

Color spaces of #a33ebb

RGB 16362187
HSL0.800.500.49
HSV288°67°73°
CMYK 0.130.670.00   0.27
XYZ25.796514.819648.5146
Yxy14.81960.28940.1663
Hunter Lab38.496252.2452-47.7724
CIE-Lab45.386159.1306-46.9188

#a33ebb color RGB value is (163,62,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111110 10111011
Octal 243 76 273
Decimal 163 62 187
Hex A3 3E BB

RGB Percentages of Color #a33ebb

%39.56
%15.05
%45.39

CMYK Percentages of Color #a33ebb

%13
%67
%0
%27

Triadic Colors of #a33ebb

#a33ebb #bba33e #3ebba3

Analogous Colors of #a33ebb

#a33ebb #bb3e95 #653ebb

Monochromatic Colors of #a33ebb

#a33ebb

Complementary Color

#a33ebb #56bb3e

#a33ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33ebb Color CSS Codes

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

#a33ebb Text Font Color

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

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


#a33ebb Background Color

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

This div background color is #a33ebb


#a33ebb Border Color

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

This div border color is #a33ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33ebb


Comments

No comments written yet.

Please login to write comment.