Color Hex Logo

#a25fdb Color Hex

#A25FDB
(162,95,219)
0 Favorites   0 Comments

Color spaces of #a25fdb

RGB 16295219
HSL0.760.630.62
HSV272°57°86°
CMYK 0.260.570.00   0.14
XYZ31.778720.980369.3925
Yxy20.98030.26020.1718
Hunter Lab45.804343.6847-57.7601
CIE-Lab52.927949.9286-53.2719

#a25fdb color RGB value is (162,95,219).

#a25fdb hex color red value is 162, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a25fdb hue: 0.76 , saturation: 0.63 and the lightness value of a25fdb is 0.62.

The process color (four color CMYK) of #a25fdb color hex is 0.26, 0.57, 0.00, 0.14. Web safe color of #a25fdb is #9966cc. Color #a25fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011111 11011011
Octal 242 137 333
Decimal 162 95 219
Hex A2 5F DB

RGB Percentages of Color #a25fdb

%34.03
%19.96
%46.01

CMYK Percentages of Color #a25fdb

%26
%57
%0
%14

Triadic Colors of #a25fdb

#a25fdb #dba25f #5fdba2

Analogous Colors of #a25fdb

#a25fdb #db5fd6 #645fdb

Monochromatic Colors of #a25fdb

#a25fdb

Complementary Color

#a25fdb #98db5f

#a25fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25fdb Color CSS Codes

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

#a25fdb Text Font Color

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

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


#a25fdb Background Color

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

This div background color is #a25fdb


#a25fdb Border Color

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

This div border color is #a25fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25fdb


Comments

No comments written yet.

Please login to write comment.