Color Hex Logo

#bb1ede Color Hex

#BB1EDE
(187,30,222)
0 Favorites   0 Comments

Color spaces of #bb1ede

RGB 18730222
HSL0.800.760.49
HSV289°86°87°
CMYK 0.160.860.00   0.13
XYZ34.142616.767370.5441
Yxy16.76730.28110.1381
Hunter Lab40.947977.1756-73.4799
CIE-Lab47.965579.7183-62.7747

#bb1ede color RGB value is (187,30,222).

#bb1ede hex color red value is 187, green value is 30 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bb1ede hue: 0.80 , saturation: 0.76 and the lightness value of bb1ede is 0.49.

The process color (four color CMYK) of #bb1ede color hex is 0.16, 0.86, 0.00, 0.13. Web safe color of #bb1ede is #cc33cc. Color #bb1ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011110 11011110
Octal 273 36 336
Decimal 187 30 222
Hex BB 1E DE

RGB Percentages of Color #bb1ede

%42.60
%6.83
%50.57

CMYK Percentages of Color #bb1ede

%16
%86
%0
%13

Triadic Colors of #bb1ede

#bb1ede #debb1e #1edebb

Analogous Colors of #bb1ede

#bb1ede #de1ea1 #5b1ede

Monochromatic Colors of #bb1ede

#bb1ede

Complementary Color

#bb1ede #41de1e

#bb1ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1ede Color CSS Codes

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

#bb1ede Text Font Color

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

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


#bb1ede Background Color

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

This div background color is #bb1ede


#bb1ede Border Color

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

This div border color is #bb1ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1ede


Comments

No comments written yet.

Please login to write comment.