Color Hex Logo

#a330de Color Hex

#A330DE
(163,48,222)
0 Favorites   0 Comments

Color spaces of #a330de

RGB 16348222
HSL0.780.730.53
HSV280°78°87°
CMYK 0.270.780.00   0.13
XYZ29.346015.174470.4895
Yxy15.17440.25520.1319
Hunter Lab38.954366.3018-80.0197
CIE-Lab45.872171.2502-66.3393

#a330de color RGB value is (163,48,222).

#a330de hex color red value is 163, green value is 48 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a330de hue: 0.78 , saturation: 0.73 and the lightness value of a330de is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110000 11011110
Octal 243 60 336
Decimal 163 48 222
Hex A3 30 DE

RGB Percentages of Color #a330de

%37.64
%11.09
%51.27

CMYK Percentages of Color #a330de

%27
%78
%0
%13

Triadic Colors of #a330de

#a330de #dea330 #30dea3

Analogous Colors of #a330de

#a330de #de30c2 #4c30de

Monochromatic Colors of #a330de

#a330de

Complementary Color

#a330de #6bde30

#a330de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a330de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a330de Color CSS Codes

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

#a330de Text Font Color

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

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


#a330de Background Color

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

This div background color is #a330de


#a330de Border Color

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

This div border color is #a330de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a330de


Comments

No comments written yet.

Please login to write comment.