Color Hex Logo

#a025dc Color Hex

#A025DC
(160,37,220)
0 Favorites   0 Comments

Color spaces of #a025dc

RGB 16037220
HSL0.780.720.50
HSV280°83°86°
CMYK 0.270.830.00   0.14
XYZ28.077013.964068.9256
Yxy13.96400.25300.1258
Hunter Lab37.368468.7223-83.2017
CIE-Lab44.181373.5954-67.9655

#a025dc color RGB value is (160,37,220).

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

The process color (four color CMYK) of #a025dc color hex is 0.27, 0.83, 0.00, 0.14. Web safe color of #a025dc is #9933cc. Color #a025dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100101 11011100
Octal 240 45 334
Decimal 160 37 220
Hex A0 25 DC

RGB Percentages of Color #a025dc

%38.37
%8.87
%52.76

CMYK Percentages of Color #a025dc

%27
%83
%0
%14

Triadic Colors of #a025dc

#a025dc #dca025 #25dca0

Analogous Colors of #a025dc

#a025dc #dc25bd #4525dc

Monochromatic Colors of #a025dc

#a025dc

Complementary Color

#a025dc #61dc25

#a025dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a025dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a025dc Color CSS Codes

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

#a025dc Text Font Color

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

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


#a025dc Background Color

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

This div background color is #a025dc


#a025dc Border Color

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

This div border color is #a025dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,37,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a025dc


Comments

No comments written yet.

Please login to write comment.