Color Hex Logo

#a25feb Color Hex

#A25FEB
(162,95,235)
0 Favorites   0 Comments

Color spaces of #a25feb

RGB 16295235
HSL0.750.780.65
HSV269°60°92°
CMYK 0.310.600.00   0.08
XYZ33.987921.864081.0261
Yxy21.86400.24830.1597
Hunter Lab46.759047.9190-70.0092
CIE-Lab53.882453.6767-60.7521

#a25feb color RGB value is (162,95,235).

#a25feb hex color red value is 162, green value is 95 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a25feb hue: 0.75 , saturation: 0.78 and the lightness value of a25feb is 0.65.

The process color (four color CMYK) of #a25feb color hex is 0.31, 0.60, 0.00, 0.08. Web safe color of #a25feb is #9966ff. Color #a25feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011111 11101011
Octal 242 137 353
Decimal 162 95 235
Hex A2 5F EB

RGB Percentages of Color #a25feb

%32.93
%19.31
%47.76

CMYK Percentages of Color #a25feb

%31
%60
%0
%8

Triadic Colors of #a25feb

#a25feb #eba25f #5feba2

Analogous Colors of #a25feb

#a25feb #e85feb #5f62eb

Monochromatic Colors of #a25feb

#a25feb

Complementary Color

#a25feb #a8eb5f

#a25feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25feb Color CSS Codes

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

#a25feb Text Font Color

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

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


#a25feb Background Color

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

This div background color is #a25feb


#a25feb Border Color

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

This div border color is #a25feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,95,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a25feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a25feb;
  -webkit-box-shadow: 1px 1px 3px 2px #a25feb;
  box-shadow:         1px 1px 3px 2px #a25feb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,95,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25feb


Comments

No comments written yet.

Please login to write comment.