Color Hex Logo

#bb04ef Color Hex

#BB04EF
(187,4,239)
0 Favorites   0 Comments

Color spaces of #bb04ef

RGB 1874239
HSL0.800.970.48
HSV287°98°94°
CMYK 0.220.980.00   0.06
XYZ36.116916.883683.0166
Yxy16.88360.26550.1241
Hunter Lab41.089784.9906-91.0254
CIE-Lab48.113085.8053-72.1714

#bb04ef color RGB value is (187,4,239).

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

The process color (four color CMYK) of #bb04ef color hex is 0.22, 0.98, 0.00, 0.06. Web safe color of #bb04ef is #cc00ff. Color #bb04ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000100 11101111
Octal 273 4 357
Decimal 187 4 239
Hex BB 4 EF

RGB Percentages of Color #bb04ef

%43.49
%0.93
%55.58

CMYK Percentages of Color #bb04ef

%22
%98
%0
%6

Triadic Colors of #bb04ef

#bb04ef #efbb04 #04efbb

Analogous Colors of #bb04ef

#bb04ef #ef04ae #4604ef

Monochromatic Colors of #bb04ef

#bb04ef

Complementary Color

#bb04ef #38ef04

#bb04ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb04ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb04ef Color CSS Codes

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

#bb04ef Text Font Color

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

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


#bb04ef Background Color

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

This div background color is #bb04ef


#bb04ef Border Color

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

This div border color is #bb04ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb04ef


Comments

No comments written yet.

Please login to write comment.