Color Hex Logo

#a25dba Color Hex

#A25DBA
(162,93,186)
0 Favorites   0 Comments

Color spaces of #a25dba

RGB 16293186
HSL0.790.400.55
HSV285°50°73°
CMYK 0.130.500.00   0.27
XYZ27.677619.055348.6736
Yxy19.05530.29010.1997
Hunter Lab43.652436.7855-35.5533
CIE-Lab50.751843.6874-37.8342

#a25dba color RGB value is (162,93,186).

#a25dba hex color red value is 162, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a25dba hue: 0.79 , saturation: 0.40 and the lightness value of a25dba is 0.55.

The process color (four color CMYK) of #a25dba color hex is 0.13, 0.50, 0.00, 0.27. Web safe color of #a25dba is #9966cc. Color #a25dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011101 10111010
Octal 242 135 272
Decimal 162 93 186
Hex A2 5D BA

RGB Percentages of Color #a25dba

%36.73
%21.09
%42.18

CMYK Percentages of Color #a25dba

%13
%50
%0
%27

Triadic Colors of #a25dba

#a25dba #baa25d #5dbaa2

Analogous Colors of #a25dba

#a25dba #ba5da4 #745dba

Monochromatic Colors of #a25dba

#a25dba

Complementary Color

#a25dba #75ba5d

#a25dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25dba Color CSS Codes

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

#a25dba Text Font Color

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

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


#a25dba Background Color

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

This div background color is #a25dba


#a25dba Border Color

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

This div border color is #a25dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,93,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a25dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a25dba;
  -webkit-box-shadow: 1px 1px 3px 2px #a25dba;
  box-shadow:         1px 1px 3px 2px #a25dba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,93,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25dba


Comments

No comments written yet.

Please login to write comment.