Color Hex Logo

#bb5adc Color Hex

#BB5ADC
(187,90,220)
0 Favorites   0 Comments

Color spaces of #bb5adc

RGB 18790220
HSL0.790.650.61
HSV285°59°86°
CMYK 0.150.590.00   0.14
XYZ37.067923.044470.2045
Yxy23.04440.28440.1768
Hunter Lab48.004653.8251-53.1057
CIE-Lab55.118058.7625-50.1646

#bb5adc color RGB value is (187,90,220).

#bb5adc hex color red value is 187, green value is 90 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bb5adc hue: 0.79 , saturation: 0.65 and the lightness value of bb5adc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011010 11011100
Octal 273 132 334
Decimal 187 90 220
Hex BB 5A DC

RGB Percentages of Color #bb5adc

%37.63
%18.11
%44.27

CMYK Percentages of Color #bb5adc

%15
%59
%0
%14

Triadic Colors of #bb5adc

#bb5adc #dcbb5a #5adcbb

Analogous Colors of #bb5adc

#bb5adc #dc5abc #7a5adc

Monochromatic Colors of #bb5adc

#bb5adc

Complementary Color

#bb5adc #7bdc5a

#bb5adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5adc Color CSS Codes

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

#bb5adc Text Font Color

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

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


#bb5adc Background Color

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

This div background color is #bb5adc


#bb5adc Border Color

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

This div border color is #bb5adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5adc


Comments

No comments written yet.

Please login to write comment.