Color Hex Logo

#bb7dd8 Color Hex

#BB7DD8
(187,125,216)
0 Favorites   0 Comments

Color spaces of #bb7dd8

RGB 187125216
HSL0.780.540.67
HSV281°42°85°
CMYK 0.130.420.00   0.15
XYZ40.221830.189968.6731
Yxy30.18990.28920.2171
Hunter Lab54.945334.5136-35.6415
CIE-Lab61.817739.9644-37.3479

#bb7dd8 color RGB value is (187,125,216).

#bb7dd8 hex color red value is 187, green value is 125 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #bb7dd8 hue: 0.78 , saturation: 0.54 and the lightness value of bb7dd8 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111101 11011000
Octal 273 175 330
Decimal 187 125 216
Hex BB 7D D8

RGB Percentages of Color #bb7dd8

%35.42
%23.67
%40.91

CMYK Percentages of Color #bb7dd8

%13
%42
%0
%15

Triadic Colors of #bb7dd8

#bb7dd8 #d8bb7d #7dd8bb

Analogous Colors of #bb7dd8

#bb7dd8 #d87dc8 #8e7dd8

Monochromatic Colors of #bb7dd8

#bb7dd8

Complementary Color

#bb7dd8 #9ad87d

#bb7dd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7dd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7dd8 Color CSS Codes

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

#bb7dd8 Text Font Color

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

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


#bb7dd8 Background Color

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

This div background color is #bb7dd8


#bb7dd8 Border Color

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

This div border color is #bb7dd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7dd8


Comments

No comments written yet.

Please login to write comment.