Color Hex Logo

#a925cb Color Hex

#A925CB
(169,37,203)
0 Favorites   0 Comments

Color spaces of #a925cb

RGB 16937203
HSL0.800.690.47
HSV288°82°80°
CMYK 0.170.820.00   0.20
XYZ27.803214.069957.7503
Yxy14.06990.27910.1412
Hunter Lab37.509966.6662-65.0262
CIE-Lab44.333071.8553-57.8706

#a925cb color RGB value is (169,37,203).

#a925cb hex color red value is 169, green value is 37 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a925cb hue: 0.80 , saturation: 0.69 and the lightness value of a925cb is 0.47.

The process color (four color CMYK) of #a925cb color hex is 0.17, 0.82, 0.00, 0.20. Web safe color of #a925cb is #9933cc. Color #a925cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100101 11001011
Octal 251 45 313
Decimal 169 37 203
Hex A9 25 CB

RGB Percentages of Color #a925cb

%41.32
%9.05
%49.63

CMYK Percentages of Color #a925cb

%17
%82
%0
%20

Triadic Colors of #a925cb

#a925cb #cba925 #25cba9

Analogous Colors of #a925cb

#a925cb #cb259a #5625cb

Monochromatic Colors of #a925cb

#a925cb

Complementary Color

#a925cb #47cb25

#a925cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a925cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a925cb Color CSS Codes

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

#a925cb Text Font Color

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

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


#a925cb Background Color

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

This div background color is #a925cb


#a925cb Border Color

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

This div border color is #a925cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,37,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a925cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a925cb;
  -webkit-box-shadow: 1px 1px 3px 2px #a925cb;
  box-shadow:         1px 1px 3px 2px #a925cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,37,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a925cb


Comments

No comments written yet.

Please login to write comment.