Color Hex Logo

#bb18dc Color Hex

#BB18DC
(187,24,220)
0 Favorites   0 Comments

Color spaces of #bb18dc

RGB 18724220
HSL0.810.800.48
HSV290°89°86°
CMYK 0.150.890.00   0.14
XYZ33.738416.385469.0946
Yxy16.38540.28300.1374
Hunter Lab40.478977.9384-72.8686
CIE-Lab47.476180.4195-62.4250

#bb18dc color RGB value is (187,24,220).

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

The process color (four color CMYK) of #bb18dc color hex is 0.15, 0.89, 0.00, 0.14. Web safe color of #bb18dc is #cc00cc. Color #bb18dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011000 11011100
Octal 273 30 334
Decimal 187 24 220
Hex BB 18 DC

RGB Percentages of Color #bb18dc

%43.39
%5.57
%51.04

CMYK Percentages of Color #bb18dc

%15
%89
%0
%14

Triadic Colors of #bb18dc

#bb18dc #dcbb18 #18dcbb

Analogous Colors of #bb18dc

#bb18dc #dc189b #5918dc

Monochromatic Colors of #bb18dc

#bb18dc

Complementary Color

#bb18dc #39dc18

#bb18dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb18dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb18dc Color CSS Codes

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

#bb18dc Text Font Color

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

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


#bb18dc Background Color

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

This div background color is #bb18dc


#bb18dc Border Color

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

This div border color is #bb18dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb18dc


Comments

No comments written yet.

Please login to write comment.