color codes Logo

#bb0adc color codes

#BB0ADC
(187,10,220)
0 Favorites   0 Comments

Color spaces of #bb0adc

RGB 18710220
HSL0.810.910.45
HSV291°95°86°
CMYK 0.150.950.00   0.14
XYZ33.520315.949269.0219
Yxy15.94920.28290.1346
Hunter Lab39.936479.9336-74.5150
CIE-Lab46.907882.1048-63.3446

#bb0adc color RGB value is (187,10,220).

#bb0adc hex color red value is 187, green value is 10 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bb0adc hue: 0.81 , saturation: 0.91 and the lightness value of bb0adc is 0.45.

The process color (four color CMYK) of #bb0adc color code is 0.15, 0.95, 0.00, 0.14. Web safe color of #bb0adc is #cc00cc. Color #bb0adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001010 11011100
Octal 273 12 334
Decimal 187 10 220
Hex BB A DC

RGB Percentages of Color #bb0adc

%44.84
%2.40
%52.76

CMYK Percentages of Color #bb0adc

%15
%95
%0
%14

Triadic Colors of #bb0adc

#bb0adc #dcbb0a #0adcbb

Analogous Colors of #bb0adc

#bb0adc #dc0a94 #520adc

Monochromatic Colors of #bb0adc

#bb0adc

Complementary Color

#bb0adc #2bdc0a

#bb0adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0adc Color CSS Codes

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

#bb0adc Text Font Color

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

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


#bb0adc Background Color

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

This div background color is #bb0adc


#bb0adc Border Color

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

This div border color is #bb0adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0adc


Comments

No comments written yet.

Please login to write comment.