Color Hex Logo

#a034dd Color Hex

#A034DD
(160,52,221)
0 Favorites   0 Comments

Color spaces of #a034dd

RGB 16052221
HSL0.770.710.54
HSV278°76°87°
CMYK 0.280.760.00   0.13
XYZ28.776315.150069.8142
Yxy15.15000.25300.1332
Hunter Lab38.923063.8522-79.0993
CIE-Lab45.839069.1920-65.8422

#a034dd color RGB value is (160,52,221).

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

The process color (four color CMYK) of #a034dd color hex is 0.28, 0.76, 0.00, 0.13. Web safe color of #a034dd is #9933cc. Color #a034dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110100 11011101
Octal 240 64 335
Decimal 160 52 221
Hex A0 34 DD

RGB Percentages of Color #a034dd

%36.95
%12.01
%51.04

CMYK Percentages of Color #a034dd

%28
%76
%0
%13

Triadic Colors of #a034dd

#a034dd #dda034 #34dda0

Analogous Colors of #a034dd

#a034dd #dd34c6 #4b34dd

Monochromatic Colors of #a034dd

#a034dd

Complementary Color

#a034dd #71dd34

#a034dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a034dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a034dd Color CSS Codes

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

#a034dd Text Font Color

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

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


#a034dd Background Color

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

This div background color is #a034dd


#a034dd Border Color

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

This div border color is #a034dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a034dd


Comments

No comments written yet.

Please login to write comment.