Color Hex Logo

#a32ddb Color Hex

#A32DDB
(163,45,219)
0 Favorites   0 Comments

Color spaces of #a32ddb

RGB 16345219
HSL0.780.710.52
HSV281°79°86°
CMYK 0.260.790.00   0.14
XYZ28.828814.777868.3508
Yxy14.77780.25750.1320
Hunter Lab38.441966.5895-78.5100
CIE-Lab45.328371.5970-65.5091

#a32ddb color RGB value is (163,45,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101101 11011011
Octal 243 55 333
Decimal 163 45 219
Hex A3 2D DB

RGB Percentages of Color #a32ddb

%38.17
%10.54
%51.29

CMYK Percentages of Color #a32ddb

%26
%79
%0
%14

Triadic Colors of #a32ddb

#a32ddb #dba32d #2ddba3

Analogous Colors of #a32ddb

#a32ddb #db2dbc #4c2ddb

Monochromatic Colors of #a32ddb

#a32ddb

Complementary Color

#a32ddb #65db2d

#a32ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32ddb Color CSS Codes

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

#a32ddb Text Font Color

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

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


#a32ddb Background Color

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

This div background color is #a32ddb


#a32ddb Border Color

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

This div border color is #a32ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32ddb


Comments

No comments written yet.

Please login to write comment.