Color Hex Logo

#bb76ec Color Hex

#BB76EC
(187,118,236)
0 Favorites   0 Comments

Color spaces of #bb76ec

RGB 187118236
HSL0.760.760.69
HSV275°50°93°
CMYK 0.210.500.00   0.07
XYZ42.112329.577882.8464
Yxy29.57780.27250.1914
Hunter Lab54.385543.0433-52.2477
CIE-Lab61.288248.0383-49.3306

#bb76ec color RGB value is (187,118,236).

#bb76ec hex color red value is 187, green value is 118 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bb76ec hue: 0.76 , saturation: 0.76 and the lightness value of bb76ec is 0.69.

The process color (four color CMYK) of #bb76ec color hex is 0.21, 0.50, 0.00, 0.07. Web safe color of #bb76ec is #cc66ff. Color #bb76ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110110 11101100
Octal 273 166 354
Decimal 187 118 236
Hex BB 76 EC

RGB Percentages of Color #bb76ec

%34.57
%21.81
%43.62

CMYK Percentages of Color #bb76ec

%21
%50
%0
%7

Triadic Colors of #bb76ec

#bb76ec #ecbb76 #76ecbb

Analogous Colors of #bb76ec

#bb76ec #ec76e2 #8076ec

Monochromatic Colors of #bb76ec

#bb76ec

Complementary Color

#bb76ec #a7ec76

#bb76ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb76ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb76ec Color CSS Codes

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

#bb76ec Text Font Color

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

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


#bb76ec Background Color

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

This div background color is #bb76ec


#bb76ec Border Color

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

This div border color is #bb76ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb76ec


Comments

No comments written yet.

Please login to write comment.