Color Hex Logo

#bb1aed Color Hex

#BB1AED
(187,26,237)
0 Favorites   0 Comments

Color spaces of #bb1aed

RGB 18726237
HSL0.790.850.52
HSV286°89°93°
CMYK 0.210.890.00   0.07
XYZ36.149017.418081.5775
Yxy17.41800.26750.1289
Hunter Lab41.734981.5732-86.6774
CIE-Lab48.782583.0271-69.9553

#bb1aed color RGB value is (187,26,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011010 11101101
Octal 273 32 355
Decimal 187 26 237
Hex BB 1A ED

RGB Percentages of Color #bb1aed

%41.56
%5.78
%52.67

CMYK Percentages of Color #bb1aed

%21
%89
%0
%7

Triadic Colors of #bb1aed

#bb1aed #edbb1a #1aedbb

Analogous Colors of #bb1aed

#bb1aed #ed1ab6 #511aed

Monochromatic Colors of #bb1aed

#bb1aed

Complementary Color

#bb1aed #4ced1a

#bb1aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1aed Color CSS Codes

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

#bb1aed Text Font Color

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

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


#bb1aed Background Color

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

This div background color is #bb1aed


#bb1aed Border Color

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

This div border color is #bb1aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1aed


Comments

No comments written yet.

Please login to write comment.