Color Hex Logo

#a25cbe Color Hex

#A25CBE
(162,92,190)
0 Favorites   0 Comments

Color spaces of #a25cbe

RGB 16292190
HSL0.790.430.55
HSV283°52°75°
CMYK 0.150.520.00   0.25
XYZ28.021719.053450.9160
Yxy19.05340.28600.1944
Hunter Lab43.650238.2021-38.6040
CIE-Lab50.749645.0647-40.1513

#a25cbe color RGB value is (162,92,190).

#a25cbe hex color red value is 162, green value is 92 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a25cbe hue: 0.79 , saturation: 0.43 and the lightness value of a25cbe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011100 10111110
Octal 242 134 276
Decimal 162 92 190
Hex A2 5C BE

RGB Percentages of Color #a25cbe

%36.49
%20.72
%42.79

CMYK Percentages of Color #a25cbe

%15
%52
%0
%25

Triadic Colors of #a25cbe

#a25cbe #bea25c #5cbea2

Analogous Colors of #a25cbe

#a25cbe #be5ca9 #715cbe

Monochromatic Colors of #a25cbe

#a25cbe

Complementary Color

#a25cbe #78be5c

#a25cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25cbe Color CSS Codes

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

#a25cbe Text Font Color

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

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


#a25cbe Background Color

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

This div background color is #a25cbe


#a25cbe Border Color

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

This div border color is #a25cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25cbe


Comments

No comments written yet.

Please login to write comment.