Color Hex Logo

#bb1e8f Color Hex

#BB1E8F
(187,30,143)
0 Favorites   0 Comments

Color spaces of #bb1e8f

RGB 18730143
HSL0.880.720.43
HSV317°84°73°
CMYK 0.000.840.24   0.27
XYZ25.915713.476527.2219
Yxy13.47650.38900.2023
Hunter Lab36.710461.7691-18.2682
CIE-Lab43.472667.8763-23.4549

#bb1e8f color RGB value is (187,30,143).

#bb1e8f hex color red value is 187, green value is 30 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bb1e8f hue: 0.88 , saturation: 0.72 and the lightness value of bb1e8f is 0.43.

The process color (four color CMYK) of #bb1e8f color hex is 0.00, 0.84, 0.24, 0.27. Web safe color of #bb1e8f is #cc3399. Color #bb1e8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011110 10001111
Octal 273 36 217
Decimal 187 30 143
Hex BB 1E 8F

RGB Percentages of Color #bb1e8f

%51.94
%8.33
%39.72

CMYK Percentages of Color #bb1e8f

%0
%84
%24
%27

Triadic Colors of #bb1e8f

#bb1e8f #8fbb1e #1e8fbb

Analogous Colors of #bb1e8f

#bb1e8f #bb1e40 #991ebb

Monochromatic Colors of #bb1e8f

#bb1e8f

Complementary Color

#bb1e8f #1ebb4a

#bb1e8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1e8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1e8f Color CSS Codes

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

#bb1e8f Text Font Color

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

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


#bb1e8f Background Color

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

This div background color is #bb1e8f


#bb1e8f Border Color

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

This div border color is #bb1e8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1e8f


Comments

No comments written yet.

Please login to write comment.