Color Hex Logo

#bb75be Color Hex

#BB75BE
(187,117,190)
0 Favorites   0 Comments

Color spaces of #bb75be

RGB 187117190
HSL0.830.360.60
HSV298°38°75°
CMYK 0.020.380.00   0.25
XYZ36.149127.005152.0224
Yxy27.00510.31390.2345
Hunter Lab51.966433.2276-22.9774
CIE-Lab58.979039.0767-27.0790

#bb75be color RGB value is (187,117,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110101 10111110
Octal 273 165 276
Decimal 187 117 190
Hex BB 75 BE

RGB Percentages of Color #bb75be

%37.85
%23.68
%38.46

CMYK Percentages of Color #bb75be

%2
%38
%0
%25

Triadic Colors of #bb75be

#bb75be #bebb75 #75bebb

Analogous Colors of #bb75be

#bb75be #be759d #9775be

Monochromatic Colors of #bb75be

#bb75be

Complementary Color

#bb75be #78be75

#bb75be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb75be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb75be Color CSS Codes

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

#bb75be Text Font Color

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

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


#bb75be Background Color

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

This div background color is #bb75be


#bb75be Border Color

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

This div border color is #bb75be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb75be


Comments

No comments written yet.

Please login to write comment.