Color Hex Logo

#a725bb Color Hex

#A725BB
(167,37,187)
0 Favorites   0 Comments

Color spaces of #a725bb

RGB 16737187
HSL0.810.670.44
HSV292°80°73°
CMYK 0.110.800.00   0.27
XYZ25.567613.126548.1998
Yxy13.12650.29420.1511
Hunter Lab36.230562.5627-53.5160
CIE-Lab42.953268.6568-50.7823

#a725bb color RGB value is (167,37,187).

#a725bb hex color red value is 167, green value is 37 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a725bb hue: 0.81 , saturation: 0.67 and the lightness value of a725bb is 0.44.

The process color (four color CMYK) of #a725bb color hex is 0.11, 0.80, 0.00, 0.27. Web safe color of #a725bb is #9933cc. Color #a725bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100101 10111011
Octal 247 45 273
Decimal 167 37 187
Hex A7 25 BB

RGB Percentages of Color #a725bb

%42.71
%9.46
%47.83

CMYK Percentages of Color #a725bb

%11
%80
%0
%27

Triadic Colors of #a725bb

#a725bb #bba725 #25bba7

Analogous Colors of #a725bb

#a725bb #bb2584 #5c25bb

Monochromatic Colors of #a725bb

#a725bb

Complementary Color

#a725bb #39bb25

#a725bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a725bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a725bb Color CSS Codes

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

#a725bb Text Font Color

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

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


#a725bb Background Color

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

This div background color is #a725bb


#a725bb Border Color

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

This div border color is #a725bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a725bb


Comments

No comments written yet.

Please login to write comment.