Color Hex Logo

#bb37ee Color Hex

#BB37EE
(187,55,238)
0 Favorites   0 Comments

Color spaces of #bb37ee

RGB 18755238
HSL0.790.840.57
HSV283°77°93°
CMYK 0.210.770.00   0.07
XYZ37.292319.470282.6815
Yxy19.47020.26740.1396
Hunter Lab44.125073.6405-80.2100
CIE-Lab51.232876.2447-66.5462

#bb37ee color RGB value is (187,55,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110111 11101110
Octal 273 67 356
Decimal 187 55 238
Hex BB 37 EE

RGB Percentages of Color #bb37ee

%38.96
%11.46
%49.58

CMYK Percentages of Color #bb37ee

%21
%77
%0
%7

Triadic Colors of #bb37ee

#bb37ee #eebb37 #37eebb

Analogous Colors of #bb37ee

#bb37ee #ee37c6 #6037ee

Monochromatic Colors of #bb37ee

#bb37ee

Complementary Color

#bb37ee #6aee37

#bb37ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb37ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb37ee Color CSS Codes

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

#bb37ee Text Font Color

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

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


#bb37ee Background Color

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

This div background color is #bb37ee


#bb37ee Border Color

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

This div border color is #bb37ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb37ee


Comments

No comments written yet.

Please login to write comment.