Color Hex Logo

#bb6eca Color Hex

#BB6ECA
(187,110,202)
0 Favorites   0 Comments

Color spaces of #bb6eca

RGB 187110202
HSL0.810.460.61
HSV290°46°79°
CMYK 0.070.460.00   0.21
XYZ36.730125.980958.9560
Yxy25.98090.30190.2135
Hunter Lab50.971539.4273-32.8976
CIE-Lab58.018945.1456-35.3931

#bb6eca color RGB value is (187,110,202).

#bb6eca hex color red value is 187, green value is 110 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bb6eca hue: 0.81 , saturation: 0.46 and the lightness value of bb6eca is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101110 11001010
Octal 273 156 312
Decimal 187 110 202
Hex BB 6E CA

RGB Percentages of Color #bb6eca

%37.47
%22.04
%40.48

CMYK Percentages of Color #bb6eca

%7
%46
%0
%21

Triadic Colors of #bb6eca

#bb6eca #cabb6e #6ecabb

Analogous Colors of #bb6eca

#bb6eca #ca6eab #8d6eca

Monochromatic Colors of #bb6eca

#bb6eca

Complementary Color

#bb6eca #7dca6e

#bb6eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6eca Color CSS Codes

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

#bb6eca Text Font Color

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

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


#bb6eca Background Color

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

This div background color is #bb6eca


#bb6eca Border Color

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

This div border color is #bb6eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6eca


Comments

No comments written yet.

Please login to write comment.