Color Hex Logo

#bb14df Color Hex

#BB14DF
(187,20,223)
0 Favorites   0 Comments

Color spaces of #bb14df

RGB 18720223
HSL0.800.840.48
HSV289°91°87°
CMYK 0.160.910.00   0.13
XYZ34.063016.392871.1809
Yxy16.39280.28000.1348
Hunter Lab40.488079.3199-75.8945
CIE-Lab47.485781.5101-64.1212

#bb14df color RGB value is (187,20,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010100 11011111
Octal 273 24 337
Decimal 187 20 223
Hex BB 14 DF

RGB Percentages of Color #bb14df

%43.49
%4.65
%51.86

CMYK Percentages of Color #bb14df

%16
%91
%0
%13

Triadic Colors of #bb14df

#bb14df #dfbb14 #14dfbb

Analogous Colors of #bb14df

#bb14df #df149e #5514df

Monochromatic Colors of #bb14df

#bb14df

Complementary Color

#bb14df #38df14

#bb14df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb14df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb14df Color CSS Codes

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

#bb14df Text Font Color

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

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


#bb14df Background Color

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

This div background color is #bb14df


#bb14df Border Color

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

This div border color is #bb14df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb14df


Comments

No comments written yet.

Please login to write comment.