Color Hex Logo

#bb90d8 Color Hex

#BB90D8
(187,144,216)
1 Favorites   0 Comments

Color spaces of #bb90d8

RGB 187144216
HSL0.770.480.71
HSV276°33°85°
CMYK 0.130.330.00   0.15
XYZ42.861435.469269.5529
Yxy35.46920.28980.2398
Hunter Lab59.556024.2402-27.5530
CIE-Lab66.112329.4915-30.6727

#bb90d8 color RGB value is (187,144,216).

#bb90d8 hex color red value is 187, green value is 144 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #bb90d8 hue: 0.77 , saturation: 0.48 and the lightness value of bb90d8 is 0.71.

The process color (four color CMYK) of #bb90d8 color hex is 0.13, 0.33, 0.00, 0.15. Web safe color of #bb90d8 is #cc99cc. Color #bb90d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010000 11011000
Octal 273 220 330
Decimal 187 144 216
Hex BB 90 D8

RGB Percentages of Color #bb90d8

%34.19
%26.33
%39.49

CMYK Percentages of Color #bb90d8

%13
%33
%0
%15

Triadic Colors of #bb90d8

#bb90d8 #d8bb90 #90d8bb

Analogous Colors of #bb90d8

#bb90d8 #d890d1 #9790d8

Monochromatic Colors of #bb90d8

#bb90d8

Complementary Color

#bb90d8 #add890

#bb90d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb90d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb90d8 Color CSS Codes

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

#bb90d8 Text Font Color

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

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


#bb90d8 Background Color

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

This div background color is #bb90d8


#bb90d8 Border Color

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

This div border color is #bb90d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb90d8


Comments

No comments written yet.

Please login to write comment.