Color Hex Logo

#bb2adc Color Hex

#BB2ADC
(187,42,220)
0 Favorites   0 Comments

Color spaces of #bb2adc

RGB 18742220
HSL0.800.720.51
HSV289°81°86°
CMYK 0.150.810.00   0.14
XYZ34.239717.388069.2617
Yxy17.38800.28320.1438
Hunter Lab41.698973.5963-69.2912
CIE-Lab48.745276.6939-60.3752

#bb2adc color RGB value is (187,42,220).

#bb2adc hex color red value is 187, green value is 42 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bb2adc hue: 0.80 , saturation: 0.72 and the lightness value of bb2adc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101010 11011100
Octal 273 52 334
Decimal 187 42 220
Hex BB 2A DC

RGB Percentages of Color #bb2adc

%41.65
%9.35
%49.00

CMYK Percentages of Color #bb2adc

%15
%81
%0
%14

Triadic Colors of #bb2adc

#bb2adc #dcbb2a #2adcbb

Analogous Colors of #bb2adc

#bb2adc #dc2aa4 #622adc

Monochromatic Colors of #bb2adc

#bb2adc

Complementary Color

#bb2adc #4bdc2a

#bb2adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2adc Color CSS Codes

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

#bb2adc Text Font Color

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

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


#bb2adc Background Color

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

This div background color is #bb2adc


#bb2adc Border Color

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

This div border color is #bb2adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2adc


Comments

No comments written yet.

Please login to write comment.