Color Hex Logo

#a625bf Color Hex

#A625BF
(166,37,191)
0 Favorites   0 Comments

Color spaces of #a625bf

RGB 16637191
HSL0.810.680.45
HSV290°81°75°
CMYK 0.130.810.00   0.25
XYZ25.791413.191750.4771
Yxy13.19170.28830.1475
Hunter Lab36.320463.1937-56.9754
CIE-Lab43.050769.1758-52.9780

#a625bf color RGB value is (166,37,191).

#a625bf hex color red value is 166, green value is 37 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a625bf hue: 0.81 , saturation: 0.68 and the lightness value of a625bf is 0.45.

The process color (four color CMYK) of #a625bf color hex is 0.13, 0.81, 0.00, 0.25. Web safe color of #a625bf is #9933cc. Color #a625bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100101 10111111
Octal 246 45 277
Decimal 166 37 191
Hex A6 25 BF

RGB Percentages of Color #a625bf

%42.13
%9.39
%48.48

CMYK Percentages of Color #a625bf

%13
%81
%0
%25

Triadic Colors of #a625bf

#a625bf #bfa625 #25bfa6

Analogous Colors of #a625bf

#a625bf #bf258b #5925bf

Monochromatic Colors of #a625bf

#a625bf

Complementary Color

#a625bf #3ebf25

#a625bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a625bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a625bf Color CSS Codes

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

#a625bf Text Font Color

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

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


#a625bf Background Color

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

This div background color is #a625bf


#a625bf Border Color

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

This div border color is #a625bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a625bf


Comments

No comments written yet.

Please login to write comment.