Color Hex Logo

#bb258c Color Hex

#BB258C
(187,37,140)
0 Favorites   0 Comments

Color spaces of #bb258c

RGB 18737140
HSL0.890.670.44
HSV319°80°73°
CMYK 0.000.800.25   0.27
XYZ25.888713.781426.1065
Yxy13.78140.39360.2095
Hunter Lab37.123359.5148-15.7086
CIE-Lab43.917865.8448-20.9425

#bb258c color RGB value is (187,37,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100101 10001100
Octal 273 45 214
Decimal 187 37 140
Hex BB 25 8C

RGB Percentages of Color #bb258c

%51.37
%10.16
%38.46

CMYK Percentages of Color #bb258c

%0
%80
%25
%27

Triadic Colors of #bb258c

#bb258c #8cbb25 #258cbb

Analogous Colors of #bb258c

#bb258c #bb2541 #9f25bb

Monochromatic Colors of #bb258c

#bb258c

Complementary Color

#bb258c #25bb54

#bb258c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb258c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb258c Color CSS Codes

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

#bb258c Text Font Color

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

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


#bb258c Background Color

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

This div background color is #bb258c


#bb258c Border Color

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

This div border color is #bb258c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb258c


Comments

No comments written yet.

Please login to write comment.