Color Hex Logo

#a025dd Color Hex

#A025DD
(160,37,221)
0 Favorites   0 Comments

Color spaces of #a025dd

RGB 16037221
HSL0.780.730.51
HSV280°83°87°
CMYK 0.280.830.00   0.13
XYZ28.209914.017269.6254
Yxy14.01720.25220.1253
Hunter Lab37.439668.9767-84.0524
CIE-Lab44.257673.7909-68.4131

#a025dd color RGB value is (160,37,221).

#a025dd hex color red value is 160, green value is 37 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a025dd hue: 0.78 , saturation: 0.73 and the lightness value of a025dd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100101 11011101
Octal 240 45 335
Decimal 160 37 221
Hex A0 25 DD

RGB Percentages of Color #a025dd

%38.28
%8.85
%52.87

CMYK Percentages of Color #a025dd

%28
%83
%0
%13

Triadic Colors of #a025dd

#a025dd #dda025 #25dda0

Analogous Colors of #a025dd

#a025dd #dd25be #4425dd

Monochromatic Colors of #a025dd

#a025dd

Complementary Color

#a025dd #62dd25

#a025dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a025dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a025dd Color CSS Codes

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

#a025dd Text Font Color

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

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


#a025dd Background Color

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

This div background color is #a025dd


#a025dd Border Color

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

This div border color is #a025dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a025dd


Comments

No comments written yet.

Please login to write comment.