Color Hex Logo

#a25cbb Color Hex

#A25CBB
(162,92,187)
0 Favorites   0 Comments

Color spaces of #a25cbb

RGB 16292187
HSL0.790.410.55
HSV284°51°73°
CMYK 0.130.510.00   0.27
XYZ27.697118.923549.2065
Yxy18.92350.28900.1975
Hunter Lab43.501137.5236-36.6153
CIE-Lab50.597644.4301-38.6562

#a25cbb color RGB value is (162,92,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011100 10111011
Octal 242 134 273
Decimal 162 92 187
Hex A2 5C BB

RGB Percentages of Color #a25cbb

%36.73
%20.86
%42.40

CMYK Percentages of Color #a25cbb

%13
%51
%0
%27

Triadic Colors of #a25cbb

#a25cbb #bba25c #5cbba2

Analogous Colors of #a25cbb

#a25cbb #bb5ca5 #735cbb

Monochromatic Colors of #a25cbb

#a25cbb

Complementary Color

#a25cbb #75bb5c

#a25cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25cbb Color CSS Codes

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

#a25cbb Text Font Color

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

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


#a25cbb Background Color

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

This div background color is #a25cbb


#a25cbb Border Color

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

This div border color is #a25cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25cbb


Comments

No comments written yet.

Please login to write comment.