Color Hex Logo

#bb9aed Color Hex

#BB9AED
(187,154,237)
0 Favorites   0 Comments

Color spaces of #bb9aed

RGB 187154237
HSL0.730.700.77
HSV264°35°93°
CMYK 0.210.350.00   0.07
XYZ47.335239.790485.3062
Yxy39.79040.27450.2308
Hunter Lab63.079623.5577-36.0255
CIE-Lab69.320028.5669-37.2722

#bb9aed color RGB value is (187,154,237).

#bb9aed hex color red value is 187, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bb9aed hue: 0.73 , saturation: 0.70 and the lightness value of bb9aed is 0.77.

The process color (four color CMYK) of #bb9aed color hex is 0.21, 0.35, 0.00, 0.07. Web safe color of #bb9aed is #cc99ff. Color #bb9aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011010 11101101
Octal 273 232 355
Decimal 187 154 237
Hex BB 9A ED

RGB Percentages of Color #bb9aed

%32.35
%26.64
%41.00

CMYK Percentages of Color #bb9aed

%21
%35
%0
%7

Triadic Colors of #bb9aed

#bb9aed #edbb9a #9aedbb

Analogous Colors of #bb9aed

#bb9aed #e59aed #9aa3ed

Monochromatic Colors of #bb9aed

#bb9aed

Complementary Color

#bb9aed #cced9a

#bb9aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9aed Color CSS Codes

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

#bb9aed Text Font Color

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

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


#bb9aed Background Color

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

This div background color is #bb9aed


#bb9aed Border Color

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

This div border color is #bb9aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9aed


Comments

No comments written yet.

Please login to write comment.