Color Hex Logo

#a25ffd Color Hex

#A25FFD
(162,95,253)
0 Favorites   0 Comments

Color spaces of #a25ffd

RGB 16295253
HSL0.740.980.68
HSV265°62°99°
CMYK 0.360.620.00   0.01
XYZ36.722122.957695.4243
Yxy22.95760.23680.1480
Hunter Lab47.914152.9555-84.5404
CIE-Lab55.028658.0083-68.9314

#a25ffd color RGB value is (162,95,253).

#a25ffd hex color red value is 162, green value is 95 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a25ffd hue: 0.74 , saturation: 0.98 and the lightness value of a25ffd is 0.68.

The process color (four color CMYK) of #a25ffd color hex is 0.36, 0.62, 0.00, 0.01. Web safe color of #a25ffd is #9966ff. Color #a25ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011111 11111101
Octal 242 137 375
Decimal 162 95 253
Hex A2 5F FD

RGB Percentages of Color #a25ffd

%31.76
%18.63
%49.61

CMYK Percentages of Color #a25ffd

%36
%62
%0
%1

Triadic Colors of #a25ffd

#a25ffd #fda25f #5ffda2

Analogous Colors of #a25ffd

#a25ffd #f15ffd #5f6bfd

Monochromatic Colors of #a25ffd

#a25ffd

Complementary Color

#a25ffd #bafd5f

#a25ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25ffd Color CSS Codes

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

#a25ffd Text Font Color

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

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


#a25ffd Background Color

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

This div background color is #a25ffd


#a25ffd Border Color

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

This div border color is #a25ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25ffd


Comments

No comments written yet.

Please login to write comment.