Color Hex Logo

#bb68be Color Hex

#BB68BE
(187,104,190)
0 Favorites   0 Comments

Color spaces of #bb68be

RGB 187104190
HSL0.830.400.58
HSV298°45°75°
CMYK 0.020.450.00   0.25
XYZ34.738124.183151.5521
Yxy24.18310.31440.2189
Hunter Lab49.176340.0337-27.7310
CIE-Lab56.270745.9747-31.2760

#bb68be color RGB value is (187,104,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101000 10111110
Octal 273 150 276
Decimal 187 104 190
Hex BB 68 BE

RGB Percentages of Color #bb68be

%38.88
%21.62
%39.50

CMYK Percentages of Color #bb68be

%2
%45
%0
%25

Triadic Colors of #bb68be

#bb68be #bebb68 #68bebb

Analogous Colors of #bb68be

#bb68be #be6896 #9068be

Monochromatic Colors of #bb68be

#bb68be

Complementary Color

#bb68be #6bbe68

#bb68be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb68be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb68be Color CSS Codes

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

#bb68be Text Font Color

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

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


#bb68be Background Color

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

This div background color is #bb68be


#bb68be Border Color

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

This div border color is #bb68be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb68be


Comments

No comments written yet.

Please login to write comment.