Color Hex Logo

#8a25fe Color Hex

#8A25FE
(138,37,254)
0 Favorites   0 Comments

Color spaces of #8a25fe

RGB 13837254
HSL0.740.990.57
HSV268°85°100°
CMYK 0.460.850.00   0.00
XYZ29.032213.882294.9153
Yxy13.88220.21060.1007
Hunter Lab37.258873.8849-124.9576
CIE-Lab44.063577.8371-87.4959

#8a25fe color RGB value is (138,37,254).

#8a25fe hex color red value is 138, green value is 37 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8a25fe hue: 0.74 , saturation: 0.99 and the lightness value of 8a25fe is 0.57.

The process color (four color CMYK) of #8a25fe color hex is 0.46, 0.85, 0.00, 0.00. Web safe color of #8a25fe is #9933ff. Color #8a25fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00100101 11111110
Octal 212 45 376
Decimal 138 37 254
Hex 8A 25 FE

RGB Percentages of Color #8a25fe

%32.17
%8.62
%59.21

CMYK Percentages of Color #8a25fe

%46
%85
%0
%0

Triadic Colors of #8a25fe

#8a25fe #fe8a25 #25fe8a

Analogous Colors of #8a25fe

#8a25fe #f725fe #252cfe

Monochromatic Colors of #8a25fe

#8a25fe

Complementary Color

#8a25fe #99fe25

#8a25fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a25fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a25fe Color CSS Codes

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

#8a25fe Text Font Color

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

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


#8a25fe Background Color

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

This div background color is #8a25fe


#8a25fe Border Color

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

This div border color is #8a25fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,37,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a25fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a25fe;
  -webkit-box-shadow: 1px 1px 3px 2px #8a25fe;
  box-shadow:         1px 1px 3px 2px #8a25fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a25fe


Comments

No comments written yet.

Please login to write comment.