Color Hex Logo

#bb48db Color Hex

#BB48DB
(187,72,219)
0 Favorites   0 Comments

Color spaces of #bb48db

RGB 18772219
HSL0.800.670.57
HSV287°67°86°
CMYK 0.150.670.00   0.14
XYZ35.597120.314069.0627
Yxy20.31400.28480.1625
Hunter Lab45.071162.1049-59.3008
CIE-Lab52.190466.4847-54.2705

#bb48db color RGB value is (187,72,219).

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

The process color (four color CMYK) of #bb48db color hex is 0.15, 0.67, 0.00, 0.14. Web safe color of #bb48db is #cc33cc. Color #bb48db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001000 11011011
Octal 273 110 333
Decimal 187 72 219
Hex BB 48 DB

RGB Percentages of Color #bb48db

%39.12
%15.06
%45.82

CMYK Percentages of Color #bb48db

%15
%67
%0
%14

Triadic Colors of #bb48db

#bb48db #dbbb48 #48dbbb

Analogous Colors of #bb48db

#bb48db #db48b2 #7248db

Monochromatic Colors of #bb48db

#bb48db

Complementary Color

#bb48db #68db48

#bb48db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb48db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb48db Color CSS Codes

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

#bb48db Text Font Color

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

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


#bb48db Background Color

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

This div background color is #bb48db


#bb48db Border Color

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

This div border color is #bb48db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb48db


Comments

No comments written yet.

Please login to write comment.