Color Hex Logo

#bb025b Color Hex

#BB025B
(187,2,91)
0 Favorites   0 Comments

Color spaces of #bb025b

RGB 187291
HSL0.920.980.37
HSV331°99°73°
CMYK 0.000.990.51   0.27
XYZ22.403611.363510.9101
Yxy11.36350.50150.2543
Hunter Lab33.709859.63944.4078
CIE-Lab40.186166.67973.9789

#bb025b color RGB value is (187,2,91).

#bb025b hex color red value is 187, green value is 2 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bb025b hue: 0.92 , saturation: 0.98 and the lightness value of bb025b is 0.37.

The process color (four color CMYK) of #bb025b color hex is 0.00, 0.99, 0.51, 0.27. Web safe color of #bb025b is #cc0066. Color #bb025b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000010 01011011
Octal 273 2 133
Decimal 187 2 91
Hex BB 2 5B

RGB Percentages of Color #bb025b

%66.79
%0.71
%32.50

CMYK Percentages of Color #bb025b

%0
%99
%51
%27

Triadic Colors of #bb025b

#bb025b #5bbb02 #025bbb

Analogous Colors of #bb025b

#bb025b #bb0502 #bb02b8

Monochromatic Colors of #bb025b

#bb025b

Complementary Color

#bb025b #02bb62

#bb025b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb025b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb025b Color CSS Codes

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

#bb025b Text Font Color

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

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


#bb025b Background Color

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

This div background color is #bb025b


#bb025b Border Color

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

This div border color is #bb025b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb025b


Comments

No comments written yet.

Please login to write comment.