Color Hex Logo

#b125af Color Hex

#B125AF
(177,37,175)
0 Favorites   0 Comments

Color spaces of #b125af

RGB 17737175
HSL0.840.650.42
HSV301°79°69°
CMYK 0.000.790.01   0.31
XYZ26.530913.765441.8161
Yxy13.76540.32310.1676
Hunter Lab37.101862.7146-40.8525
CIE-Lab43.894668.6029-42.1089

#b125af color RGB value is (177,37,175).

#b125af hex color red value is 177, green value is 37 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b125af hue: 0.84 , saturation: 0.65 and the lightness value of b125af is 0.42.

The process color (four color CMYK) of #b125af color hex is 0.00, 0.79, 0.01, 0.31. Web safe color of #b125af is #993399. Color #b125af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100101 10101111
Octal 261 45 257
Decimal 177 37 175
Hex B1 25 AF

RGB Percentages of Color #b125af

%45.50
%9.51
%44.99

CMYK Percentages of Color #b125af

%0
%79
%1
%31

Triadic Colors of #b125af

#b125af #afb125 #25afb1

Analogous Colors of #b125af

#b125af #b12569 #6d25b1

Monochromatic Colors of #b125af

#b125af

Complementary Color

#b125af #25b127

#b125af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b125af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b125af Color CSS Codes

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

#b125af Text Font Color

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

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


#b125af Background Color

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

This div background color is #b125af


#b125af Border Color

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

This div border color is #b125af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b125af


Comments

No comments written yet.

Please login to write comment.