Color Hex Logo

#bb1ebc Color Hex

#BB1EBC
(187,30,188)
0 Favorites   0 Comments

Color spaces of #bb1ebc

RGB 18730188
HSL0.830.720.43
HSV300°84°74°
CMYK 0.010.840.00   0.26
XYZ30.034915.124248.9132
Yxy15.12420.31930.1608
Hunter Lab38.889869.7996-47.3483
CIE-Lab45.803874.1685-46.6158

#bb1ebc color RGB value is (187,30,188).

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

The process color (four color CMYK) of #bb1ebc color hex is 0.01, 0.84, 0.00, 0.26. Web safe color of #bb1ebc is #cc33cc. Color #bb1ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011110 10111100
Octal 273 36 274
Decimal 187 30 188
Hex BB 1E BC

RGB Percentages of Color #bb1ebc

%46.17
%7.41
%46.42

CMYK Percentages of Color #bb1ebc

%1
%84
%0
%26

Triadic Colors of #bb1ebc

#bb1ebc #bcbb1e #1ebcbb

Analogous Colors of #bb1ebc

#bb1ebc #bc1e6e #6c1ebc

Monochromatic Colors of #bb1ebc

#bb1ebc

Complementary Color

#bb1ebc #1fbc1e

#bb1ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1ebc Color CSS Codes

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

#bb1ebc Text Font Color

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

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


#bb1ebc Background Color

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

This div background color is #bb1ebc


#bb1ebc Border Color

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

This div border color is #bb1ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1ebc


Comments

No comments written yet.

Please login to write comment.