Color Hex Logo

#bb0fda Color Hex

#BB0FDA
(187,15,218)
0 Favorites   0 Comments

Color spaces of #bb0fda

RGB 18715218
HSL0.810.870.46
HSV291°93°85°
CMYK 0.140.930.00   0.15
XYZ33.319215.968467.6558
Yxy15.96840.28490.1365
Hunter Lab39.960578.9031-72.4096
CIE-Lab46.933081.2881-62.1600

#bb0fda color RGB value is (187,15,218).

#bb0fda hex color red value is 187, green value is 15 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bb0fda hue: 0.81 , saturation: 0.87 and the lightness value of bb0fda is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001111 11011010
Octal 273 17 332
Decimal 187 15 218
Hex BB F DA

RGB Percentages of Color #bb0fda

%44.52
%3.57
%51.90

CMYK Percentages of Color #bb0fda

%14
%93
%0
%15

Triadic Colors of #bb0fda

#bb0fda #dabb0f #0fdabb

Analogous Colors of #bb0fda

#bb0fda #da0f94 #560fda

Monochromatic Colors of #bb0fda

#bb0fda

Complementary Color

#bb0fda #2eda0f

#bb0fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0fda Color CSS Codes

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

#bb0fda Text Font Color

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

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


#bb0fda Background Color

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

This div background color is #bb0fda


#bb0fda Border Color

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

This div border color is #bb0fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0fda


Comments

No comments written yet.

Please login to write comment.