Color Hex Logo

#bb39ed Color Hex

#BB39ED
(187,57,237)
0 Favorites   0 Comments

Color spaces of #bb39ed

RGB 18757237
HSL0.790.830.58
HSV283°76°93°
CMYK 0.210.760.00   0.07
XYZ37.242719.605581.9421
Yxy19.60550.26830.1413
Hunter Lab44.278172.6513-78.7288
CIE-Lab51.388275.4126-65.7328

#bb39ed color RGB value is (187,57,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111001 11101101
Octal 273 71 355
Decimal 187 57 237
Hex BB 39 ED

RGB Percentages of Color #bb39ed

%38.88
%11.85
%49.27

CMYK Percentages of Color #bb39ed

%21
%76
%0
%7

Triadic Colors of #bb39ed

#bb39ed #edbb39 #39edbb

Analogous Colors of #bb39ed

#bb39ed #ed39c5 #6139ed

Monochromatic Colors of #bb39ed

#bb39ed

Complementary Color

#bb39ed #6bed39

#bb39ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb39ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb39ed Color CSS Codes

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

#bb39ed Text Font Color

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

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


#bb39ed Background Color

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

This div background color is #bb39ed


#bb39ed Border Color

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

This div border color is #bb39ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb39ed


Comments

No comments written yet.

Please login to write comment.