Color Hex Logo

#a625b5 Color Hex

#A625B5
(166,37,181)
0 Favorites   0 Comments

Color spaces of #a625b5

RGB 16637181
HSL0.820.660.43
HSV294°80°71°
CMYK 0.080.800.00   0.29
XYZ24.727912.766344.8769
Yxy12.76630.30020.1550
Hunter Lab35.730061.0084-49.4574
CIE-Lab42.409067.4298-48.1341

#a625b5 color RGB value is (166,37,181).

#a625b5 hex color red value is 166, green value is 37 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a625b5 hue: 0.82 , saturation: 0.66 and the lightness value of a625b5 is 0.43.

The process color (four color CMYK) of #a625b5 color hex is 0.08, 0.80, 0.00, 0.29. Web safe color of #a625b5 is #9933cc. Color #a625b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100101 10110101
Octal 246 45 265
Decimal 166 37 181
Hex A6 25 B5

RGB Percentages of Color #a625b5

%43.23
%9.64
%47.14

CMYK Percentages of Color #a625b5

%8
%80
%0
%29

Triadic Colors of #a625b5

#a625b5 #b5a625 #25b5a6

Analogous Colors of #a625b5

#a625b5 #b5257c #5e25b5

Monochromatic Colors of #a625b5

#a625b5

Complementary Color

#a625b5 #34b525

#a625b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a625b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a625b5 Color CSS Codes

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

#a625b5 Text Font Color

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

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


#a625b5 Background Color

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

This div background color is #a625b5


#a625b5 Border Color

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

This div border color is #a625b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a625b5


Comments

No comments written yet.

Please login to write comment.