Color Hex Logo

#a125bf Color Hex

#A125BF
(161,37,191)
0 Favorites   0 Comments

Color spaces of #a125bf

RGB 16137191
HSL0.800.680.45
HSV288°81°75°
CMYK 0.160.810.00   0.25
XYZ24.763512.661850.4290
Yxy12.66180.28190.1441
Hunter Lab35.583461.9522-59.1177
CIE-Lab42.249268.2718-54.3107

#a125bf color RGB value is (161,37,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100101 10111111
Octal 241 45 277
Decimal 161 37 191
Hex A1 25 BF

RGB Percentages of Color #a125bf

%41.39
%9.51
%49.10

CMYK Percentages of Color #a125bf

%16
%81
%0
%25

Triadic Colors of #a125bf

#a125bf #bfa125 #25bfa1

Analogous Colors of #a125bf

#a125bf #bf2590 #5425bf

Monochromatic Colors of #a125bf

#a125bf

Complementary Color

#a125bf #43bf25

#a125bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a125bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a125bf Color CSS Codes

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

#a125bf Text Font Color

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

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


#a125bf Background Color

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

This div background color is #a125bf


#a125bf Border Color

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

This div border color is #a125bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a125bf


Comments

No comments written yet.

Please login to write comment.