Color Hex Logo

#bb1ea8 Color Hex

#BB1EA8
(187,30,168)
0 Favorites   0 Comments

Color spaces of #bb1ea8

RGB 18730168
HSL0.850.720.43
HSV307°84°73°
CMYK 0.000.840.10   0.27
XYZ28.025714.320538.3328
Yxy14.32050.34740.1775
Hunter Lab37.842465.9709-33.5686
CIE-Lab44.689171.2035-36.5849

#bb1ea8 color RGB value is (187,30,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011110 10101000
Octal 273 36 250
Decimal 187 30 168
Hex BB 1E A8

RGB Percentages of Color #bb1ea8

%48.57
%7.79
%43.64

CMYK Percentages of Color #bb1ea8

%0
%84
%10
%27

Triadic Colors of #bb1ea8

#bb1ea8 #a8bb1e #1ea8bb

Analogous Colors of #bb1ea8

#bb1ea8 #bb1e59 #801ebb

Monochromatic Colors of #bb1ea8

#bb1ea8

Complementary Color

#bb1ea8 #1ebb31

#bb1ea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1ea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1ea8 Color CSS Codes

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

#bb1ea8 Text Font Color

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

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


#bb1ea8 Background Color

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

This div background color is #bb1ea8


#bb1ea8 Border Color

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

This div border color is #bb1ea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1ea8


Comments

No comments written yet.

Please login to write comment.