Color Hex Logo

#bb18df Color Hex

#BB18DF
(187,24,223)
0 Favorites   0 Comments

Color spaces of #bb18df

RGB 18724223
HSL0.800.810.48
HSV289°89°87°
CMYK 0.160.890.00   0.13
XYZ34.139416.545871.2063
Yxy16.54580.28010.1357
Hunter Lab40.676578.6293-75.3165
CIE-Lab47.682680.9267-63.8024

#bb18df color RGB value is (187,24,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011000 11011111
Octal 273 30 337
Decimal 187 24 223
Hex BB 18 DF

RGB Percentages of Color #bb18df

%43.09
%5.53
%51.38

CMYK Percentages of Color #bb18df

%16
%89
%0
%13

Triadic Colors of #bb18df

#bb18df #dfbb18 #18dfbb

Analogous Colors of #bb18df

#bb18df #df18a0 #5818df

Monochromatic Colors of #bb18df

#bb18df

Complementary Color

#bb18df #3cdf18

#bb18df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb18df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb18df Color CSS Codes

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

#bb18df Text Font Color

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

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


#bb18df Background Color

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

This div background color is #bb18df


#bb18df Border Color

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

This div border color is #bb18df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,24,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 #bb18df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb18df


Comments

No comments written yet.

Please login to write comment.