Color Hex Logo

#bb30ce Color Hex

#BB30CE
(187,48,206)
0 Favorites   0 Comments

Color spaces of #bb30ce

RGB 18748206
HSL0.810.620.50
HSV293°77°81°
CMYK 0.090.770.00   0.19
XYZ32.691017.134959.9769
Yxy17.13490.29770.1561
Hunter Lab41.394368.5296-56.9302
CIE-Lab48.429672.6077-52.8620

#bb30ce color RGB value is (187,48,206).

#bb30ce hex color red value is 187, green value is 48 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bb30ce hue: 0.81 , saturation: 0.62 and the lightness value of bb30ce is 0.50.

The process color (four color CMYK) of #bb30ce color hex is 0.09, 0.77, 0.00, 0.19. Web safe color of #bb30ce is #cc33cc. Color #bb30ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110000 11001110
Octal 273 60 316
Decimal 187 48 206
Hex BB 30 CE

RGB Percentages of Color #bb30ce

%42.40
%10.88
%46.71

CMYK Percentages of Color #bb30ce

%9
%77
%0
%19

Triadic Colors of #bb30ce

#bb30ce #cebb30 #30cebb

Analogous Colors of #bb30ce

#bb30ce #ce3092 #6c30ce

Monochromatic Colors of #bb30ce

#bb30ce

Complementary Color

#bb30ce #43ce30

#bb30ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb30ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb30ce Color CSS Codes

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

#bb30ce Text Font Color

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

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


#bb30ce Background Color

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

This div background color is #bb30ce


#bb30ce Border Color

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

This div border color is #bb30ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,48,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 #bb30ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb30ce


Comments

No comments written yet.

Please login to write comment.