Color Hex Logo

#a25fbd Color Hex

#A25FBD
(162,95,189)
0 Favorites   0 Comments

Color spaces of #a25fbd

RGB 16295189
HSL0.790.420.56
HSV283°50°74°
CMYK 0.140.500.00   0.26
XYZ28.177819.539950.4306
Yxy19.53990.28710.1991
Hunter Lab44.204036.4278-36.6989
CIE-Lab51.313043.2532-38.6851

#a25fbd color RGB value is (162,95,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011111 10111101
Octal 242 137 275
Decimal 162 95 189
Hex A2 5F BD

RGB Percentages of Color #a25fbd

%36.32
%21.30
%42.38

CMYK Percentages of Color #a25fbd

%14
%50
%0
%26

Triadic Colors of #a25fbd

#a25fbd #bda25f #5fbda2

Analogous Colors of #a25fbd

#a25fbd #bd5fa9 #735fbd

Monochromatic Colors of #a25fbd

#a25fbd

Complementary Color

#a25fbd #7abd5f

#a25fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25fbd Color CSS Codes

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

#a25fbd Text Font Color

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

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


#a25fbd Background Color

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

This div background color is #a25fbd


#a25fbd Border Color

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

This div border color is #a25fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25fbd


Comments

No comments written yet.

Please login to write comment.