Color Hex Logo

#bb5dda Color Hex

#BB5DDA
(187,93,218)
0 Favorites   0 Comments

Color spaces of #bb5dda

RGB 18793218
HSL0.790.630.61
HSV285°57°85°
CMYK 0.140.570.00   0.15
XYZ37.062823.455568.9036
Yxy23.45550.28640.1812
Hunter Lab48.430951.8470-50.4515
CIE-Lab55.538556.9336-48.3659

#bb5dda color RGB value is (187,93,218).

#bb5dda hex color red value is 187, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bb5dda hue: 0.79 , saturation: 0.63 and the lightness value of bb5dda is 0.61.

The process color (four color CMYK) of #bb5dda color hex is 0.14, 0.57, 0.00, 0.15. Web safe color of #bb5dda is #cc66cc. Color #bb5dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011101 11011010
Octal 273 135 332
Decimal 187 93 218
Hex BB 5D DA

RGB Percentages of Color #bb5dda

%37.55
%18.67
%43.78

CMYK Percentages of Color #bb5dda

%14
%57
%0
%15

Triadic Colors of #bb5dda

#bb5dda #dabb5d #5ddabb

Analogous Colors of #bb5dda

#bb5dda #da5dbb #7d5dda

Monochromatic Colors of #bb5dda

#bb5dda

Complementary Color

#bb5dda #7cda5d

#bb5dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5dda Color CSS Codes

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

#bb5dda Text Font Color

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

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


#bb5dda Background Color

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

This div background color is #bb5dda


#bb5dda Border Color

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

This div border color is #bb5dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5dda


Comments

No comments written yet.

Please login to write comment.