Color Hex Logo

#bb78df Color Hex

#BB78DF
(187,120,223)
0 Favorites   0 Comments

Color spaces of #bb78df

RGB 187120223
HSL0.780.620.67
HSV279°46°87°
CMYK 0.160.460.00   0.13
XYZ40.529329.325573.3363
Yxy29.32550.28300.2048
Hunter Lab54.153038.8255-42.3859
CIE-Lab61.067844.1510-42.4383

#bb78df color RGB value is (187,120,223).

#bb78df hex color red value is 187, green value is 120 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bb78df hue: 0.78 , saturation: 0.62 and the lightness value of bb78df is 0.67.

The process color (four color CMYK) of #bb78df color hex is 0.16, 0.46, 0.00, 0.13. Web safe color of #bb78df is #cc66cc. Color #bb78df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111000 11011111
Octal 273 170 337
Decimal 187 120 223
Hex BB 78 DF

RGB Percentages of Color #bb78df

%35.28
%22.64
%42.08

CMYK Percentages of Color #bb78df

%16
%46
%0
%13

Triadic Colors of #bb78df

#bb78df #dfbb78 #78dfbb

Analogous Colors of #bb78df

#bb78df #df78d0 #8878df

Monochromatic Colors of #bb78df

#bb78df

Complementary Color

#bb78df #9cdf78

#bb78df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb78df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb78df Color CSS Codes

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

#bb78df Text Font Color

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

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


#bb78df Background Color

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

This div background color is #bb78df


#bb78df Border Color

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

This div border color is #bb78df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb78df


Comments

No comments written yet.

Please login to write comment.