Color Hex Logo

#a33edb Color Hex

#A33EDB
(163,62,219)
0 Favorites   0 Comments

Color spaces of #a33edb

RGB 16362219
HSL0.770.690.55
HSV279°72°86°
CMYK 0.260.720.00   0.14
XYZ29.613116.346368.6122
Yxy16.34630.25850.1427
Hunter Lab40.430659.9877-72.3160
CIE-Lab47.425665.5765-62.1112

#a33edb color RGB value is (163,62,219).

#a33edb hex color red value is 163, green value is 62 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a33edb hue: 0.77 , saturation: 0.69 and the lightness value of a33edb is 0.55.

The process color (four color CMYK) of #a33edb color hex is 0.26, 0.72, 0.00, 0.14. Web safe color of #a33edb is #9933cc. Color #a33edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111110 11011011
Octal 243 76 333
Decimal 163 62 219
Hex A3 3E DB

RGB Percentages of Color #a33edb

%36.71
%13.96
%49.32

CMYK Percentages of Color #a33edb

%26
%72
%0
%14

Triadic Colors of #a33edb

#a33edb #dba33e #3edba3

Analogous Colors of #a33edb

#a33edb #db3ec5 #543edb

Monochromatic Colors of #a33edb

#a33edb

Complementary Color

#a33edb #76db3e

#a33edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33edb Color CSS Codes

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

#a33edb Text Font Color

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

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


#a33edb Background Color

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

This div background color is #a33edb


#a33edb Border Color

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

This div border color is #a33edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33edb


Comments

No comments written yet.

Please login to write comment.