Color Hex Logo

#bb68df Color Hex

#BB68DF
(187,104,223)
0 Favorites   0 Comments

Color spaces of #bb68df

RGB 187104223
HSL0.780.650.64
HSV282°53°87°
CMYK 0.160.530.00   0.13
XYZ38.763125.793172.7476
Yxy25.79310.28230.1879
Hunter Lab50.786947.3630-49.3767
CIE-Lab57.840152.5153-47.5329

#bb68df color RGB value is (187,104,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101000 11011111
Octal 273 150 337
Decimal 187 104 223
Hex BB 68 DF

RGB Percentages of Color #bb68df

%36.38
%20.23
%43.39

CMYK Percentages of Color #bb68df

%16
%53
%0
%13

Triadic Colors of #bb68df

#bb68df #dfbb68 #68dfbb

Analogous Colors of #bb68df

#bb68df #df68c8 #8068df

Monochromatic Colors of #bb68df

#bb68df

Complementary Color

#bb68df #8cdf68

#bb68df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb68df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb68df Color CSS Codes

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

#bb68df Text Font Color

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

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


#bb68df Background Color

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

This div background color is #bb68df


#bb68df Border Color

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

This div border color is #bb68df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb68df


Comments

No comments written yet.

Please login to write comment.