Color Hex Logo

#a337dd Color Hex

#A337DD
(163,55,221)
0 Favorites   0 Comments

Color spaces of #a337dd

RGB 16355221
HSL0.780.710.54
HSV279°75°87°
CMYK 0.260.750.00   0.13
XYZ29.521615.739469.8887
Yxy15.73940.25640.1367
Hunter Lab39.672963.3987-76.6756
CIE-Lab46.630768.6532-64.5385

#a337dd color RGB value is (163,55,221).

#a337dd hex color red value is 163, green value is 55 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a337dd hue: 0.78 , saturation: 0.71 and the lightness value of a337dd is 0.54.

The process color (four color CMYK) of #a337dd color hex is 0.26, 0.75, 0.00, 0.13. Web safe color of #a337dd is #9933cc. Color #a337dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110111 11011101
Octal 243 67 335
Decimal 163 55 221
Hex A3 37 DD

RGB Percentages of Color #a337dd

%37.13
%12.53
%50.34

CMYK Percentages of Color #a337dd

%26
%75
%0
%13

Triadic Colors of #a337dd

#a337dd #dda337 #37dda3

Analogous Colors of #a337dd

#a337dd #dd37c4 #5037dd

Monochromatic Colors of #a337dd

#a337dd

Complementary Color

#a337dd #71dd37

#a337dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a337dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a337dd Color CSS Codes

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

#a337dd Text Font Color

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

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


#a337dd Background Color

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

This div background color is #a337dd


#a337dd Border Color

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

This div border color is #a337dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a337dd


Comments

No comments written yet.

Please login to write comment.