Color Hex Logo

#a925ec Color Hex

#A925EC
(169,37,236)
0 Favorites   0 Comments

Color spaces of #a925ec

RGB 16937236
HSL0.780.840.54
HSV280°84°93°
CMYK 0.280.840.00   0.07
XYZ32.164115.814380.7141
Yxy15.81430.24990.1229
Hunter Lab39.767274.7800-92.5018
CIE-Lab46.729978.0415-72.8510

#a925ec color RGB value is (169,37,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100101 11101100
Octal 251 45 354
Decimal 169 37 236
Hex A9 25 EC

RGB Percentages of Color #a925ec

%38.24
%8.37
%53.39

CMYK Percentages of Color #a925ec

%28
%84
%0
%7

Triadic Colors of #a925ec

#a925ec #eca925 #25eca9

Analogous Colors of #a925ec

#a925ec #ec25cc #4625ec

Monochromatic Colors of #a925ec

#a925ec

Complementary Color

#a925ec #68ec25

#a925ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a925ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a925ec Color CSS Codes

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

#a925ec Text Font Color

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

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


#a925ec Background Color

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

This div background color is #a925ec


#a925ec Border Color

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

This div border color is #a925ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a925ec


Comments

No comments written yet.

Please login to write comment.