Color Hex Logo

#bb75dd Color Hex

#BB75DD
(187,117,221)
0 Favorites   0 Comments

Color spaces of #bb75dd

RGB 187117221
HSL0.780.600.66
HSV280°47°87°
CMYK 0.150.470.00   0.13
XYZ39.906028.507871.8059
Yxy28.50780.28460.2033
Hunter Lab53.392739.9747-42.3621
CIE-Lab60.344845.3284-42.4569

#bb75dd color RGB value is (187,117,221).

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

The process color (four color CMYK) of #bb75dd color hex is 0.15, 0.47, 0.00, 0.13. Web safe color of #bb75dd is #cc66cc. Color #bb75dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110101 11011101
Octal 273 165 335
Decimal 187 117 221
Hex BB 75 DD

RGB Percentages of Color #bb75dd

%35.62
%22.29
%42.10

CMYK Percentages of Color #bb75dd

%15
%47
%0
%13

Triadic Colors of #bb75dd

#bb75dd #ddbb75 #75ddbb

Analogous Colors of #bb75dd

#bb75dd #dd75cb #8775dd

Monochromatic Colors of #bb75dd

#bb75dd

Complementary Color

#bb75dd #97dd75

#bb75dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb75dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb75dd Color CSS Codes

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

#bb75dd Text Font Color

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

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


#bb75dd Background Color

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

This div background color is #bb75dd


#bb75dd Border Color

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

This div border color is #bb75dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb75dd


Comments

No comments written yet.

Please login to write comment.