Color Hex Logo

#bb68bf Color Hex

#BB68BF
(187,104,191)
0 Favorites   0 Comments

Color spaces of #bb68bf

RGB 187104191
HSL0.830.400.58
HSV297°46°75°
CMYK 0.020.460.00   0.25
XYZ34.847824.227052.1298
Yxy24.22700.31340.2179
Hunter Lab49.220940.2391-28.3393
CIE-Lab56.314446.1622-31.7808

#bb68bf color RGB value is (187,104,191).

#bb68bf hex color red value is 187, green value is 104 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bb68bf hue: 0.83 , saturation: 0.40 and the lightness value of bb68bf is 0.58.

The process color (four color CMYK) of #bb68bf color hex is 0.02, 0.46, 0.00, 0.25. Web safe color of #bb68bf is #cc66cc. Color #bb68bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101000 10111111
Octal 273 150 277
Decimal 187 104 191
Hex BB 68 BF

RGB Percentages of Color #bb68bf

%38.80
%21.58
%39.63

CMYK Percentages of Color #bb68bf

%2
%46
%0
%25

Triadic Colors of #bb68bf

#bb68bf #bfbb68 #68bfbb

Analogous Colors of #bb68bf

#bb68bf #bf6898 #9068bf

Monochromatic Colors of #bb68bf

#bb68bf

Complementary Color

#bb68bf #6cbf68

#bb68bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb68bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb68bf Color CSS Codes

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

#bb68bf Text Font Color

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

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


#bb68bf Background Color

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

This div background color is #bb68bf


#bb68bf Border Color

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

This div border color is #bb68bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb68bf


Comments

No comments written yet.

Please login to write comment.