Color Hex Logo

#bb04ec Color Hex

#BB04EC
(187,4,236)
0 Favorites   0 Comments

Color spaces of #bb04ec

RGB 1874236
HSL0.800.970.47
HSV287°98°93°
CMYK 0.210.980.00   0.07
XYZ35.677316.707880.7014
Yxy16.70780.26810.1255
Hunter Lab40.875284.2696-88.4459
CIE-Lab47.889785.2925-70.8418

#bb04ec color RGB value is (187,4,236).

#bb04ec hex color red value is 187, green value is 4 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bb04ec hue: 0.80 , saturation: 0.97 and the lightness value of bb04ec is 0.47.

The process color (four color CMYK) of #bb04ec color hex is 0.21, 0.98, 0.00, 0.07. Web safe color of #bb04ec is #cc00ff. Color #bb04ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000100 11101100
Octal 273 4 354
Decimal 187 4 236
Hex BB 4 EC

RGB Percentages of Color #bb04ec

%43.79
%0.94
%55.27

CMYK Percentages of Color #bb04ec

%21
%98
%0
%7

Triadic Colors of #bb04ec

#bb04ec #ecbb04 #04ecbb

Analogous Colors of #bb04ec

#bb04ec #ec04a9 #4704ec

Monochromatic Colors of #bb04ec

#bb04ec

Complementary Color

#bb04ec #35ec04

#bb04ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb04ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb04ec Color CSS Codes

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

#bb04ec Text Font Color

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

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


#bb04ec Background Color

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

This div background color is #bb04ec


#bb04ec Border Color

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

This div border color is #bb04ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb04ec


Comments

No comments written yet.

Please login to write comment.