Color Hex Logo

#bb259f Color Hex

#BB259F
(187,37,159)
0 Favorites   0 Comments

Color spaces of #bb259f

RGB 18737159
HSL0.860.670.44
HSV311°80°73°
CMYK 0.000.800.15   0.27
XYZ27.413114.391134.1338
Yxy14.39110.36100.1895
Hunter Lab37.935662.6007-26.7932
CIE-Lab44.788768.3316-31.0561

#bb259f color RGB value is (187,37,159).

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

The process color (four color CMYK) of #bb259f color hex is 0.00, 0.80, 0.15, 0.27. Web safe color of #bb259f is #cc3399. Color #bb259f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100101 10011111
Octal 273 45 237
Decimal 187 37 159
Hex BB 25 9F

RGB Percentages of Color #bb259f

%48.83
%9.66
%41.51

CMYK Percentages of Color #bb259f

%0
%80
%15
%27

Triadic Colors of #bb259f

#bb259f #9fbb25 #259fbb

Analogous Colors of #bb259f

#bb259f #bb2554 #8c25bb

Monochromatic Colors of #bb259f

#bb259f

Complementary Color

#bb259f #25bb41

#bb259f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb259f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb259f Color CSS Codes

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

#bb259f Text Font Color

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

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


#bb259f Background Color

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

This div background color is #bb259f


#bb259f Border Color

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

This div border color is #bb259f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb259f


Comments

No comments written yet.

Please login to write comment.