Color Hex Logo

#bb8eda Color Hex

#BB8EDA
(187,142,218)
0 Favorites   0 Comments

Color spaces of #bb8eda

RGB 187142218
HSL0.770.510.71
HSV276°35°85°
CMYK 0.140.350.00   0.15
XYZ42.821434.972870.8231
Yxy34.97280.28810.2353
Hunter Lab59.137825.7598-29.6089
CIE-Lab65.727531.0311-32.3785

#bb8eda color RGB value is (187,142,218).

#bb8eda hex color red value is 187, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bb8eda hue: 0.77 , saturation: 0.51 and the lightness value of bb8eda is 0.71.

The process color (four color CMYK) of #bb8eda color hex is 0.14, 0.35, 0.00, 0.15. Web safe color of #bb8eda is #cc99cc. Color #bb8eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001110 11011010
Octal 273 216 332
Decimal 187 142 218
Hex BB 8E DA

RGB Percentages of Color #bb8eda

%34.19
%25.96
%39.85

CMYK Percentages of Color #bb8eda

%14
%35
%0
%15

Triadic Colors of #bb8eda

#bb8eda #dabb8e #8edabb

Analogous Colors of #bb8eda

#bb8eda #da8ed3 #958eda

Monochromatic Colors of #bb8eda

#bb8eda

Complementary Color

#bb8eda #adda8e

#bb8eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8eda Color CSS Codes

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

#bb8eda Text Font Color

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

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


#bb8eda Background Color

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

This div background color is #bb8eda


#bb8eda Border Color

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

This div border color is #bb8eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8eda


Comments

No comments written yet.

Please login to write comment.