Color Hex Logo

#bb1edd Color Hex

#BB1EDD
(187,30,221)
0 Favorites   0 Comments

Color spaces of #bb1edd

RGB 18730221
HSL0.800.760.49
HSV289°86°87°
CMYK 0.150.860.00   0.13
XYZ34.008916.713869.8402
Yxy16.71380.28210.1386
Hunter Lab40.882576.9442-72.6682
CIE-Lab47.897479.5473-62.3146

#bb1edd color RGB value is (187,30,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011110 11011101
Octal 273 36 335
Decimal 187 30 221
Hex BB 1E DD

RGB Percentages of Color #bb1edd

%42.69
%6.85
%50.46

CMYK Percentages of Color #bb1edd

%15
%86
%0
%13

Triadic Colors of #bb1edd

#bb1edd #ddbb1e #1eddbb

Analogous Colors of #bb1edd

#bb1edd #dd1ea0 #5c1edd

Monochromatic Colors of #bb1edd

#bb1edd

Complementary Color

#bb1edd #40dd1e

#bb1edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1edd Color CSS Codes

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

#bb1edd Text Font Color

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

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


#bb1edd Background Color

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

This div background color is #bb1edd


#bb1edd Border Color

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

This div border color is #bb1edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1edd


Comments

No comments written yet.

Please login to write comment.