Color Hex Logo

#b725ba Color Hex

#B725BA
(183,37,186)
0 Favorites   0 Comments

Color spaces of #b725ba

RGB 18337186
HSL0.830.670.44
HSV299°80°73°
CMYK 0.020.800.00   0.27
XYZ29.052914.935647.8060
Yxy14.93560.31650.1627
Hunter Lab38.646666.5573-46.2893
CIE-Lab45.545971.5277-45.8960

#b725ba color RGB value is (183,37,186).

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

The process color (four color CMYK) of #b725ba color hex is 0.02, 0.80, 0.00, 0.27. Web safe color of #b725ba is #cc33cc. Color #b725ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100101 10111010
Octal 267 45 272
Decimal 183 37 186
Hex B7 25 BA

RGB Percentages of Color #b725ba

%45.07
%9.11
%45.81

CMYK Percentages of Color #b725ba

%2
%80
%0
%27

Triadic Colors of #b725ba

#b725ba #bab725 #25bab7

Analogous Colors of #b725ba

#b725ba #ba2573 #6d25ba

Monochromatic Colors of #b725ba

#b725ba

Complementary Color

#b725ba #28ba25

#b725ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b725ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b725ba Color CSS Codes

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

#b725ba Text Font Color

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

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


#b725ba Background Color

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

This div background color is #b725ba


#b725ba Border Color

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

This div border color is #b725ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b725ba


Comments

No comments written yet.

Please login to write comment.