Color Hex Logo

#bb03dc Color Hex

#BB03DC
(187,3,220)
0 Favorites   0 Comments

Color spaces of #bb03dc

RGB 1873220
HSL0.810.970.44
HSV291°99°86°
CMYK 0.150.990.00   0.14
XYZ33.444315.797268.9966
Yxy15.79720.28290.1336
Hunter Lab39.745780.6452-75.1026
CIE-Lab46.707382.7017-63.6692

#bb03dc color RGB value is (187,3,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000011 11011100
Octal 273 3 334
Decimal 187 3 220
Hex BB 3 DC

RGB Percentages of Color #bb03dc

%45.61
%0.73
%53.66

CMYK Percentages of Color #bb03dc

%15
%99
%0
%14

Triadic Colors of #bb03dc

#bb03dc #dcbb03 #03dcbb

Analogous Colors of #bb03dc

#bb03dc #dc0391 #4f03dc

Monochromatic Colors of #bb03dc

#bb03dc

Complementary Color

#bb03dc #24dc03

#bb03dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb03dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb03dc Color CSS Codes

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

#bb03dc Text Font Color

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

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


#bb03dc Background Color

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

This div background color is #bb03dc


#bb03dc Border Color

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

This div border color is #bb03dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb03dc


Comments

No comments written yet.

Please login to write comment.