Color Hex Logo

#bb05f2 Color Hex

#BB05F2
(187,5,242)
0 Favorites   0 Comments

Color spaces of #bb05f2

RGB 1875242
HSL0.790.960.48
HSV286°98°95°
CMYK 0.230.980.00   0.05
XYZ36.574817.084185.3743
Yxy17.08410.26310.1229
Hunter Lab41.332985.6190-93.5321
CIE-Lab48.365886.2398-73.4491

#bb05f2 color RGB value is (187,5,242).

#bb05f2 hex color red value is 187, green value is 5 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #bb05f2 hue: 0.79 , saturation: 0.96 and the lightness value of bb05f2 is 0.48.

The process color (four color CMYK) of #bb05f2 color hex is 0.23, 0.98, 0.00, 0.05. Web safe color of #bb05f2 is #cc00ff. Color #bb05f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000101 11110010
Octal 273 5 362
Decimal 187 5 242
Hex BB 5 F2

RGB Percentages of Color #bb05f2

%43.09
%1.15
%55.76

CMYK Percentages of Color #bb05f2

%23
%98
%0
%5

Triadic Colors of #bb05f2

#bb05f2 #f2bb05 #05f2bb

Analogous Colors of #bb05f2

#bb05f2 #f205b3 #4405f2

Monochromatic Colors of #bb05f2

#bb05f2

Complementary Color

#bb05f2 #3cf205

#bb05f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb05f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb05f2 Color CSS Codes

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

#bb05f2 Text Font Color

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

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


#bb05f2 Background Color

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

This div background color is #bb05f2


#bb05f2 Border Color

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

This div border color is #bb05f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb05f2


Comments

No comments written yet.

Please login to write comment.