Color Hex Logo

#bb7ddb Color Hex

#BB7DDB
(187,125,219)
0 Favorites   0 Comments

Color spaces of #bb7ddb

RGB 187125219
HSL0.780.570.67
HSV280°43°86°
CMYK 0.150.430.00   0.14
XYZ40.613330.346570.7347
Yxy30.34650.28660.2142
Hunter Lab55.087735.1955-37.5693
CIE-Lab61.952040.5995-38.8157

#bb7ddb color RGB value is (187,125,219).

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

The process color (four color CMYK) of #bb7ddb color hex is 0.15, 0.43, 0.00, 0.14. Web safe color of #bb7ddb is #cc66cc. Color #bb7ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111101 11011011
Octal 273 175 333
Decimal 187 125 219
Hex BB 7D DB

RGB Percentages of Color #bb7ddb

%35.22
%23.54
%41.24

CMYK Percentages of Color #bb7ddb

%15
%43
%0
%14

Triadic Colors of #bb7ddb

#bb7ddb #dbbb7d #7ddbbb

Analogous Colors of #bb7ddb

#bb7ddb #db7dcc #8c7ddb

Monochromatic Colors of #bb7ddb

#bb7ddb

Complementary Color

#bb7ddb #9ddb7d

#bb7ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7ddb Color CSS Codes

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

#bb7ddb Text Font Color

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

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


#bb7ddb Background Color

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

This div background color is #bb7ddb


#bb7ddb Border Color

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

This div border color is #bb7ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7ddb


Comments

No comments written yet.

Please login to write comment.