Color Hex Logo

#a025bd Color Hex

#A025BD
(160,37,189)
0 Favorites   0 Comments

Color spaces of #a025bd

RGB 16037189
HSL0.800.670.44
HSV289°80°74°
CMYK 0.150.800.00   0.26
XYZ24.344112.470849.2682
Yxy12.47080.28280.1449
Hunter Lab35.314061.2514-57.9984
CIE-Lab41.954867.7275-53.6217

#a025bd color RGB value is (160,37,189).

#a025bd hex color red value is 160, green value is 37 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a025bd hue: 0.80 , saturation: 0.67 and the lightness value of a025bd is 0.44.

The process color (four color CMYK) of #a025bd color hex is 0.15, 0.80, 0.00, 0.26. Web safe color of #a025bd is #9933cc. Color #a025bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100101 10111101
Octal 240 45 275
Decimal 160 37 189
Hex A0 25 BD

RGB Percentages of Color #a025bd

%41.45
%9.59
%48.96

CMYK Percentages of Color #a025bd

%15
%80
%0
%26

Triadic Colors of #a025bd

#a025bd #bda025 #25bda0

Analogous Colors of #a025bd

#a025bd #bd258e #5425bd

Monochromatic Colors of #a025bd

#a025bd

Complementary Color

#a025bd #42bd25

#a025bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a025bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a025bd Color CSS Codes

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

#a025bd Text Font Color

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

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


#a025bd Background Color

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

This div background color is #a025bd


#a025bd Border Color

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

This div border color is #a025bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a025bd


Comments

No comments written yet.

Please login to write comment.