Color Hex Logo

#bb33ea Color Hex

#BB33EA
(187,51,234)
0 Favorites   0 Comments

Color spaces of #bb33ea

RGB 18751234
HSL0.790.810.56
HSV285°78°92°
CMYK 0.200.780.00   0.08
XYZ36.528618.873079.5595
Yxy18.87300.27070.1398
Hunter Lab43.443174.0643-78.1707
CIE-Lab50.538376.7225-65.4176

#bb33ea color RGB value is (187,51,234).

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

The process color (four color CMYK) of #bb33ea color hex is 0.20, 0.78, 0.00, 0.08. Web safe color of #bb33ea is #cc33ff. Color #bb33ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110011 11101010
Octal 273 63 352
Decimal 187 51 234
Hex BB 33 EA

RGB Percentages of Color #bb33ea

%39.62
%10.81
%49.58

CMYK Percentages of Color #bb33ea

%20
%78
%0
%8

Triadic Colors of #bb33ea

#bb33ea #eabb33 #33eabb

Analogous Colors of #bb33ea

#bb33ea #ea33be #5f33ea

Monochromatic Colors of #bb33ea

#bb33ea

Complementary Color

#bb33ea #62ea33

#bb33ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb33ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb33ea Color CSS Codes

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

#bb33ea Text Font Color

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

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


#bb33ea Background Color

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

This div background color is #bb33ea


#bb33ea Border Color

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

This div border color is #bb33ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb33ea


Comments

No comments written yet.

Please login to write comment.