Color Hex Logo

#bb30ed Color Hex

#BB30ED
(187,48,237)
0 Favorites   0 Comments

Color spaces of #bb30ed

RGB 18748237
HSL0.790.840.56
HSV284°80°93°
CMYK 0.210.800.00   0.07
XYZ36.836518.793181.8067
Yxy18.79310.26800.1367
Hunter Lab43.351075.8119-81.5391
CIE-Lab50.444378.1464-67.2601

#bb30ed color RGB value is (187,48,237).

#bb30ed hex color red value is 187, green value is 48 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bb30ed hue: 0.79 , saturation: 0.84 and the lightness value of bb30ed is 0.56.

The process color (four color CMYK) of #bb30ed color hex is 0.21, 0.80, 0.00, 0.07. Web safe color of #bb30ed is #cc33ff. Color #bb30ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110000 11101101
Octal 273 60 355
Decimal 187 48 237
Hex BB 30 ED

RGB Percentages of Color #bb30ed

%39.62
%10.17
%50.21

CMYK Percentages of Color #bb30ed

%21
%80
%0
%7

Triadic Colors of #bb30ed

#bb30ed #edbb30 #30edbb

Analogous Colors of #bb30ed

#bb30ed #ed30c1 #5d30ed

Monochromatic Colors of #bb30ed

#bb30ed

Complementary Color

#bb30ed #62ed30

#bb30ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb30ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb30ed Color CSS Codes

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

#bb30ed Text Font Color

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

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


#bb30ed Background Color

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

This div background color is #bb30ed


#bb30ed Border Color

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

This div border color is #bb30ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb30ed


Comments

No comments written yet.

Please login to write comment.