Color Hex Logo

#a725db Color Hex

#A725DB
(167,37,219)
0 Favorites   0 Comments

Color spaces of #a725db

RGB 16737219
HSL0.790.720.50
HSV283°83°86°
CMYK 0.240.830.00   0.14
XYZ29.384114.653168.2974
Yxy14.65310.26160.1304
Hunter Lab38.279470.0317-78.9887
CIE-Lab45.155474.4860-65.7627

#a725db color RGB value is (167,37,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100101 11011011
Octal 247 45 333
Decimal 167 37 219
Hex A7 25 DB

RGB Percentages of Color #a725db

%39.48
%8.75
%51.77

CMYK Percentages of Color #a725db

%24
%83
%0
%14

Triadic Colors of #a725db

#a725db #dba725 #25dba7

Analogous Colors of #a725db

#a725db #db25b4 #4c25db

Monochromatic Colors of #a725db

#a725db

Complementary Color

#a725db #59db25

#a725db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a725db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a725db Color CSS Codes

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

#a725db Text Font Color

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

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


#a725db Background Color

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

This div background color is #a725db


#a725db Border Color

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

This div border color is #a725db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a725db


Comments

No comments written yet.

Please login to write comment.