Color Hex Logo

#bb29ea Color Hex

#BB29EA
(187,41,234)
0 Favorites   0 Comments

Color spaces of #bb29ea

RGB 18741234
HSL0.790.820.54
HSV285°82°92°
CMYK 0.200.820.00   0.08
XYZ36.137718.091279.4292
Yxy18.09120.27040.1354
Hunter Lab42.533877.2238-80.9469
CIE-Lab49.606579.4373-66.9257

#bb29ea color RGB value is (187,41,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101001 11101010
Octal 273 51 352
Decimal 187 41 234
Hex BB 29 EA

RGB Percentages of Color #bb29ea

%40.48
%8.87
%50.65

CMYK Percentages of Color #bb29ea

%20
%82
%0
%8

Triadic Colors of #bb29ea

#bb29ea #eabb29 #29eabb

Analogous Colors of #bb29ea

#bb29ea #ea29b9 #5a29ea

Monochromatic Colors of #bb29ea

#bb29ea

Complementary Color

#bb29ea #58ea29

#bb29ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb29ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb29ea Color CSS Codes

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

#bb29ea Text Font Color

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

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


#bb29ea Background Color

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

This div background color is #bb29ea


#bb29ea Border Color

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

This div border color is #bb29ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb29ea


Comments

No comments written yet.

Please login to write comment.