Color Hex Logo

#a025fb Color Hex

#A025FB
(160,37,251)
0 Favorites   0 Comments

Color spaces of #a025fb

RGB 16037251
HSL0.760.960.56
HSV274°85°98°
CMYK 0.360.850.00   0.02
XYZ32.571415.761892.5924
Yxy15.76180.23110.1118
Hunter Lab39.701176.9671-110.4875
CIE-Lab46.660479.8056-81.4470

#a025fb color RGB value is (160,37,251).

#a025fb hex color red value is 160, green value is 37 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a025fb hue: 0.76 , saturation: 0.96 and the lightness value of a025fb is 0.56.

The process color (four color CMYK) of #a025fb color hex is 0.36, 0.85, 0.00, 0.02. Web safe color of #a025fb is #9933ff. Color #a025fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100101 11111011
Octal 240 45 373
Decimal 160 37 251
Hex A0 25 FB

RGB Percentages of Color #a025fb

%35.71
%8.26
%56.03

CMYK Percentages of Color #a025fb

%36
%85
%0
%2

Triadic Colors of #a025fb

#a025fb #fba025 #25fba0

Analogous Colors of #a025fb

#a025fb #fb25eb #3525fb

Monochromatic Colors of #a025fb

#a025fb

Complementary Color

#a025fb #80fb25

#a025fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a025fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a025fb Color CSS Codes

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

#a025fb Text Font Color

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

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


#a025fb Background Color

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

This div background color is #a025fb


#a025fb Border Color

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

This div border color is #a025fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a025fb


Comments

No comments written yet.

Please login to write comment.