Color Hex Logo

#bb7eca Color Hex

#BB7ECA
(187,126,202)
0 Favorites   0 Comments

Color spaces of #bb7eca

RGB 187126202
HSL0.800.420.64
HSV288°38°79°
CMYK 0.070.380.00   0.21
XYZ38.615029.750859.5844
Yxy29.75080.30180.2325
Hunter Lab54.544330.9178-26.5876
CIE-Lab61.438636.5318-30.0742

#bb7eca color RGB value is (187,126,202).

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

The process color (four color CMYK) of #bb7eca color hex is 0.07, 0.38, 0.00, 0.21. Web safe color of #bb7eca is #cc66cc. Color #bb7eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111110 11001010
Octal 273 176 312
Decimal 187 126 202
Hex BB 7E CA

RGB Percentages of Color #bb7eca

%36.31
%24.47
%39.22

CMYK Percentages of Color #bb7eca

%7
%38
%0
%21

Triadic Colors of #bb7eca

#bb7eca #cabb7e #7ecabb

Analogous Colors of #bb7eca

#bb7eca #ca7eb3 #957eca

Monochromatic Colors of #bb7eca

#bb7eca

Complementary Color

#bb7eca #8dca7e

#bb7eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7eca Color CSS Codes

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

#bb7eca Text Font Color

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

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


#bb7eca Background Color

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

This div background color is #bb7eca


#bb7eca Border Color

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

This div border color is #bb7eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7eca


Comments

No comments written yet.

Please login to write comment.