Color Hex Logo

#bb90fa Color Hex

#BB90FA
(187,144,250)
0 Favorites   0 Comments

Color spaces of #bb90fa

RGB 187144250
HSL0.730.910.77
HSV264°42°98°
CMYK 0.250.420.00   0.02
XYZ47.722137.413495.1488
Yxy37.41340.26470.2075
Hunter Lab61.166532.2243-49.4132
CIE-Lab67.586037.1177-47.0964

#bb90fa color RGB value is (187,144,250).

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

The process color (four color CMYK) of #bb90fa color hex is 0.25, 0.42, 0.00, 0.02. Web safe color of #bb90fa is #cc99ff. Color #bb90fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010000 11111010
Octal 273 220 372
Decimal 187 144 250
Hex BB 90 FA

RGB Percentages of Color #bb90fa

%32.19
%24.78
%43.03

CMYK Percentages of Color #bb90fa

%25
%42
%0
%2

Triadic Colors of #bb90fa

#bb90fa #fabb90 #90fabb

Analogous Colors of #bb90fa

#bb90fa #f090fa #909afa

Monochromatic Colors of #bb90fa

#bb90fa

Complementary Color

#bb90fa #cffa90

#bb90fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb90fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb90fa Color CSS Codes

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

#bb90fa Text Font Color

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

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


#bb90fa Background Color

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

This div background color is #bb90fa


#bb90fa Border Color

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

This div border color is #bb90fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb90fa


Comments

No comments written yet.

Please login to write comment.