Color Hex Logo

#bb7ecd Color Hex

#BB7ECD
(187,126,205)
0 Favorites   0 Comments

Color spaces of #bb7ecd

RGB 187126205
HSL0.800.440.65
HSV286°39°80°
CMYK 0.090.390.00   0.20
XYZ38.973829.894361.4736
Yxy29.89430.29900.2294
Hunter Lab54.675731.5555-28.3886
CIE-Lab61.562937.1394-31.5708

#bb7ecd color RGB value is (187,126,205).

#bb7ecd hex color red value is 187, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bb7ecd hue: 0.80 , saturation: 0.44 and the lightness value of bb7ecd is 0.65.

The process color (four color CMYK) of #bb7ecd color hex is 0.09, 0.39, 0.00, 0.20. Web safe color of #bb7ecd is #cc66cc. Color #bb7ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111110 11001101
Octal 273 176 315
Decimal 187 126 205
Hex BB 7E CD

RGB Percentages of Color #bb7ecd

%36.10
%24.32
%39.58

CMYK Percentages of Color #bb7ecd

%9
%39
%0
%20

Triadic Colors of #bb7ecd

#bb7ecd #cdbb7e #7ecdbb

Analogous Colors of #bb7ecd

#bb7ecd #cd7eb8 #947ecd

Monochromatic Colors of #bb7ecd

#bb7ecd

Complementary Color

#bb7ecd #90cd7e

#bb7ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7ecd Color CSS Codes

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

#bb7ecd Text Font Color

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

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


#bb7ecd Background Color

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

This div background color is #bb7ecd


#bb7ecd Border Color

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

This div border color is #bb7ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7ecd


Comments

No comments written yet.

Please login to write comment.