Color Hex Logo

#a25fbe Color Hex

#A25FBE
(162,95,190)
0 Favorites   0 Comments

Color spaces of #a25fbe

RGB 16295190
HSL0.780.420.56
HSV282°50°75°
CMYK 0.150.500.00   0.25
XYZ28.286819.583551.0043
Yxy19.58350.28610.1981
Hunter Lab44.253236.6545-37.3577
CIE-Lab51.363043.4669-39.1834

#a25fbe color RGB value is (162,95,190).

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

The process color (four color CMYK) of #a25fbe color hex is 0.15, 0.50, 0.00, 0.25. Web safe color of #a25fbe is #9966cc. Color #a25fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011111 10111110
Octal 242 137 276
Decimal 162 95 190
Hex A2 5F BE

RGB Percentages of Color #a25fbe

%36.24
%21.25
%42.51

CMYK Percentages of Color #a25fbe

%15
%50
%0
%25

Triadic Colors of #a25fbe

#a25fbe #bea25f #5fbea2

Analogous Colors of #a25fbe

#a25fbe #be5fab #735fbe

Monochromatic Colors of #a25fbe

#a25fbe

Complementary Color

#a25fbe #7bbe5f

#a25fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25fbe Color CSS Codes

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

#a25fbe Text Font Color

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

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


#a25fbe Background Color

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

This div background color is #a25fbe


#a25fbe Border Color

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

This div border color is #a25fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25fbe


Comments

No comments written yet.

Please login to write comment.