Color Hex Logo

#bb0fde Color Hex

#BB0FDE
(187,15,222)
0 Favorites   0 Comments

Color spaces of #bb0fde

RGB 18715222
HSL0.810.870.46
HSV290°93°87°
CMYK 0.160.930.00   0.13
XYZ33.849216.180470.4463
Yxy16.18040.28100.1343
Hunter Lab40.224979.8141-75.6779
CIE-Lab47.210381.9525-63.9968

#bb0fde color RGB value is (187,15,222).

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

The process color (four color CMYK) of #bb0fde color hex is 0.16, 0.93, 0.00, 0.13. Web safe color of #bb0fde is #cc00cc. Color #bb0fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001111 11011110
Octal 273 17 336
Decimal 187 15 222
Hex BB F DE

RGB Percentages of Color #bb0fde

%44.10
%3.54
%52.36

CMYK Percentages of Color #bb0fde

%16
%93
%0
%13

Triadic Colors of #bb0fde

#bb0fde #debb0f #0fdebb

Analogous Colors of #bb0fde

#bb0fde #de0f9a #530fde

Monochromatic Colors of #bb0fde

#bb0fde

Complementary Color

#bb0fde #32de0f

#bb0fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0fde Color CSS Codes

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

#bb0fde Text Font Color

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

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


#bb0fde Background Color

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

This div background color is #bb0fde


#bb0fde Border Color

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

This div border color is #bb0fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0fde


Comments

No comments written yet.

Please login to write comment.