Color Hex Logo

#bb09ce Color Hex

#BB09CE
(187,9,206)
0 Favorites   0 Comments

Color spaces of #bb09ce

RGB 1879206
HSL0.820.920.42
HSV294°96°81°
CMYK 0.090.960.00   0.19
XYZ31.731815.216459.6571
Yxy15.21640.29770.1427
Hunter Lab39.008276.9391-63.3693
CIE-Lab45.929279.9249-56.8811

#bb09ce color RGB value is (187,9,206).

#bb09ce hex color red value is 187, green value is 9 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bb09ce hue: 0.82 , saturation: 0.92 and the lightness value of bb09ce is 0.42.

The process color (four color CMYK) of #bb09ce color hex is 0.09, 0.96, 0.00, 0.19. Web safe color of #bb09ce is #cc00cc. Color #bb09ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001001 11001110
Octal 273 11 316
Decimal 187 9 206
Hex BB 9 CE

RGB Percentages of Color #bb09ce

%46.52
%2.24
%51.24

CMYK Percentages of Color #bb09ce

%9
%96
%0
%19

Triadic Colors of #bb09ce

#bb09ce #cebb09 #09cebb

Analogous Colors of #bb09ce

#bb09ce #ce097f #5909ce

Monochromatic Colors of #bb09ce

#bb09ce

Complementary Color

#bb09ce #1cce09

#bb09ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb09ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb09ce Color CSS Codes

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

#bb09ce Text Font Color

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

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


#bb09ce Background Color

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

This div background color is #bb09ce


#bb09ce Border Color

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

This div border color is #bb09ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb09ce


Comments

No comments written yet.

Please login to write comment.