Color Hex Logo

#a25fec Color Hex

#A25FEC
(162,95,236)
0 Favorites   0 Comments

Color spaces of #a25fec

RGB 16295236
HSL0.750.790.65
HSV269°60°93°
CMYK 0.310.600.00   0.07
XYZ34.132821.921981.7892
Yxy21.92190.24760.1590
Hunter Lab46.820848.1916-70.7965
CIE-Lab53.944053.9147-61.2130

#a25fec color RGB value is (162,95,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011111 11101100
Octal 242 137 354
Decimal 162 95 236
Hex A2 5F EC

RGB Percentages of Color #a25fec

%32.86
%19.27
%47.87

CMYK Percentages of Color #a25fec

%31
%60
%0
%7

Triadic Colors of #a25fec

#a25fec #eca25f #5feca2

Analogous Colors of #a25fec

#a25fec #e95fec #5f63ec

Monochromatic Colors of #a25fec

#a25fec

Complementary Color

#a25fec #a9ec5f

#a25fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25fec Color CSS Codes

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

#a25fec Text Font Color

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

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


#a25fec Background Color

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

This div background color is #a25fec


#a25fec Border Color

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

This div border color is #a25fec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,95,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 #a25fec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25fec


Comments

No comments written yet.

Please login to write comment.