Color Hex Logo

#bb7ecf Color Hex

#BB7ECF
(187,126,207)
0 Favorites   0 Comments

Color spaces of #bb7ecf

RGB 187126207
HSL0.790.460.65
HSV285°39°81°
CMYK 0.100.390.00   0.19
XYZ39.216929.991562.7535
Yxy29.99150.29720.2273
Hunter Lab54.764531.9861-29.6040
CIE-Lab61.646937.5482-32.5654

#bb7ecf color RGB value is (187,126,207).

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

The process color (four color CMYK) of #bb7ecf color hex is 0.10, 0.39, 0.00, 0.19. Web safe color of #bb7ecf is #cc66cc. Color #bb7ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111110 11001111
Octal 273 176 317
Decimal 187 126 207
Hex BB 7E CF

RGB Percentages of Color #bb7ecf

%35.96
%24.23
%39.81

CMYK Percentages of Color #bb7ecf

%10
%39
%0
%19

Triadic Colors of #bb7ecf

#bb7ecf #cfbb7e #7ecfbb

Analogous Colors of #bb7ecf

#bb7ecf #cf7ebb #937ecf

Monochromatic Colors of #bb7ecf

#bb7ecf

Complementary Color

#bb7ecf #92cf7e

#bb7ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7ecf Color CSS Codes

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

#bb7ecf Text Font Color

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

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


#bb7ecf Background Color

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

This div background color is #bb7ecf


#bb7ecf Border Color

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

This div border color is #bb7ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7ecf


Comments

No comments written yet.

Please login to write comment.