Color Hex Logo

#bb77fc Color Hex

#BB77FC
(187,119,252)
0 Favorites   0 Comments

Color spaces of #bb77fc

RGB 187119252
HSL0.750.960.73
HSV271°53°99°
CMYK 0.260.530.00   0.01
XYZ44.661030.786795.6840
Yxy30.78670.26100.1799
Hunter Lab55.485846.5762-63.4043
CIE-Lab62.327251.0998-56.5212

#bb77fc color RGB value is (187,119,252).

#bb77fc hex color red value is 187, green value is 119 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bb77fc hue: 0.75 , saturation: 0.96 and the lightness value of bb77fc is 0.73.

The process color (four color CMYK) of #bb77fc color hex is 0.26, 0.53, 0.00, 0.01. Web safe color of #bb77fc is #cc66ff. Color #bb77fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110111 11111100
Octal 273 167 374
Decimal 187 119 252
Hex BB 77 FC

RGB Percentages of Color #bb77fc

%33.51
%21.33
%45.16

CMYK Percentages of Color #bb77fc

%26
%53
%0
%1

Triadic Colors of #bb77fc

#bb77fc #fcbb77 #77fcbb

Analogous Colors of #bb77fc

#bb77fc #fc77fb #7977fc

Monochromatic Colors of #bb77fc

#bb77fc

Complementary Color

#bb77fc #b8fc77

#bb77fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb77fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb77fc Color CSS Codes

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

#bb77fc Text Font Color

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

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


#bb77fc Background Color

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

This div background color is #bb77fc


#bb77fc Border Color

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

This div border color is #bb77fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb77fc


Comments

No comments written yet.

Please login to write comment.