Color Hex Logo

#bb7ebd Color Hex

#BB7EBD
(187,126,189)
0 Favorites   0 Comments

Color spaces of #bb7ebd

RGB 187126189
HSL0.830.320.62
HSV298°33°74°
CMYK 0.010.330.00   0.26
XYZ37.139729.160651.8152
Yxy29.16060.31440.2469
Hunter Lab54.000628.2651-19.0902
CIE-Lab60.923133.9764-23.5193

#bb7ebd color RGB value is (187,126,189).

#bb7ebd hex color red value is 187, green value is 126 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bb7ebd hue: 0.83 , saturation: 0.32 and the lightness value of bb7ebd is 0.62.

The process color (four color CMYK) of #bb7ebd color hex is 0.01, 0.33, 0.00, 0.26. Web safe color of #bb7ebd is #cc66cc. Color #bb7ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111110 10111101
Octal 273 176 275
Decimal 187 126 189
Hex BB 7E BD

RGB Percentages of Color #bb7ebd

%37.25
%25.10
%37.65

CMYK Percentages of Color #bb7ebd

%1
%33
%0
%26

Triadic Colors of #bb7ebd

#bb7ebd #bdbb7e #7ebdbb

Analogous Colors of #bb7ebd

#bb7ebd #bd7ea0 #9c7ebd

Monochromatic Colors of #bb7ebd

#bb7ebd

Complementary Color

#bb7ebd #80bd7e

#bb7ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7ebd Color CSS Codes

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

#bb7ebd Text Font Color

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

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


#bb7ebd Background Color

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

This div background color is #bb7ebd


#bb7ebd Border Color

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

This div border color is #bb7ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7ebd


Comments

No comments written yet.

Please login to write comment.