Color Hex Logo

#bb3aed Color Hex

#BB3AED
(187,58,237)
0 Favorites   0 Comments

Color spaces of #bb3aed

RGB 18758237
HSL0.790.830.58
HSV283°76°93°
CMYK 0.210.760.00   0.07
XYZ37.292619.705381.9587
Yxy19.70530.26840.1418
Hunter Lab44.390772.2743-78.3940
CIE-Lab51.502475.0839-65.5483

#bb3aed color RGB value is (187,58,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111010 11101101
Octal 273 72 355
Decimal 187 58 237
Hex BB 3A ED

RGB Percentages of Color #bb3aed

%38.80
%12.03
%49.17

CMYK Percentages of Color #bb3aed

%21
%76
%0
%7

Triadic Colors of #bb3aed

#bb3aed #edbb3a #3aedbb

Analogous Colors of #bb3aed

#bb3aed #ed3ac6 #623aed

Monochromatic Colors of #bb3aed

#bb3aed

Complementary Color

#bb3aed #6ced3a

#bb3aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3aed Color CSS Codes

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

#bb3aed Text Font Color

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

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


#bb3aed Background Color

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

This div background color is #bb3aed


#bb3aed Border Color

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

This div border color is #bb3aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3aed


Comments

No comments written yet.

Please login to write comment.