Color Hex Logo

#a25fbb Color Hex

#A25FBB
(162,95,187)
0 Favorites   0 Comments

Color spaces of #a25fbb

RGB 16295187
HSL0.790.400.55
HSV284°49°73°
CMYK 0.130.490.00   0.27
XYZ27.962119.453749.2949
Yxy19.45370.28910.2012
Hunter Lab44.106335.9775-35.3903
CIE-Lab51.213842.8276-37.6856

#a25fbb color RGB value is (162,95,187).

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

The process color (four color CMYK) of #a25fbb color hex is 0.13, 0.49, 0.00, 0.27. Web safe color of #a25fbb is #9966cc. Color #a25fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011111 10111011
Octal 242 137 273
Decimal 162 95 187
Hex A2 5F BB

RGB Percentages of Color #a25fbb

%36.49
%21.40
%42.12

CMYK Percentages of Color #a25fbb

%13
%49
%0
%27

Triadic Colors of #a25fbb

#a25fbb #bba25f #5fbba2

Analogous Colors of #a25fbb

#a25fbb #bb5fa6 #745fbb

Monochromatic Colors of #a25fbb

#a25fbb

Complementary Color

#a25fbb #78bb5f

#a25fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25fbb Color CSS Codes

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

#a25fbb Text Font Color

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

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


#a25fbb Background Color

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

This div background color is #a25fbb


#a25fbb Border Color

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

This div border color is #a25fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25fbb


Comments

No comments written yet.

Please login to write comment.