Color Hex Logo

#bb257f Color Hex

#BB257F
(187,37,127)
0 Favorites   0 Comments

Color spaces of #bb257f

RGB 18737127
HSL0.900.670.44
HSV324°80°73°
CMYK 0.000.800.32   0.27
XYZ24.985813.420221.3521
Yxy13.42020.41810.2246
Hunter Lab36.633657.6365-8.9140
CIE-Lab43.389764.3085-13.7997

#bb257f color RGB value is (187,37,127).

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

The process color (four color CMYK) of #bb257f color hex is 0.00, 0.80, 0.32, 0.27. Web safe color of #bb257f is #cc3366. Color #bb257f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100101 01111111
Octal 273 45 177
Decimal 187 37 127
Hex BB 25 7F

RGB Percentages of Color #bb257f

%53.28
%10.54
%36.18

CMYK Percentages of Color #bb257f

%0
%80
%32
%27

Triadic Colors of #bb257f

#bb257f #7fbb25 #257fbb

Analogous Colors of #bb257f

#bb257f #bb2534 #ac25bb

Monochromatic Colors of #bb257f

#bb257f

Complementary Color

#bb257f #25bb61

#bb257f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb257f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb257f Color CSS Codes

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

#bb257f Text Font Color

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

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


#bb257f Background Color

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

This div background color is #bb257f


#bb257f Border Color

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

This div border color is #bb257f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb257f


Comments

No comments written yet.

Please login to write comment.