Color Hex Logo

#a725ed Color Hex

#A725ED
(167,37,237)
0 Favorites   0 Comments

Color spaces of #a725ed

RGB 16737237
HSL0.780.850.54
HSV279°84°93°
CMYK 0.300.840.00   0.07
XYZ31.884015.653181.4616
Yxy15.65310.24720.1213
Hunter Lab39.564074.6133-94.3823
CIE-Lab46.516077.9490-73.7768

#a725ed color RGB value is (167,37,237).

#a725ed hex color red value is 167, green value is 37 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a725ed hue: 0.78 , saturation: 0.85 and the lightness value of a725ed is 0.54.

The process color (four color CMYK) of #a725ed color hex is 0.30, 0.84, 0.00, 0.07. Web safe color of #a725ed is #9933ff. Color #a725ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100101 11101101
Octal 247 45 355
Decimal 167 37 237
Hex A7 25 ED

RGB Percentages of Color #a725ed

%37.87
%8.39
%53.74

CMYK Percentages of Color #a725ed

%30
%84
%0
%7

Triadic Colors of #a725ed

#a725ed #eda725 #25eda7

Analogous Colors of #a725ed

#a725ed #ed25cf #4325ed

Monochromatic Colors of #a725ed

#a725ed

Complementary Color

#a725ed #6bed25

#a725ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a725ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a725ed Color CSS Codes

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

#a725ed Text Font Color

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

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


#a725ed Background Color

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

This div background color is #a725ed


#a725ed Border Color

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

This div border color is #a725ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a725ed


Comments

No comments written yet.

Please login to write comment.