Color Hex Logo

#bb46df Color Hex

#BB46DF
(187,70,223)
0 Favorites   0 Comments

Color spaces of #bb46df

RGB 18770223
HSL0.790.710.57
HSV286°69°87°
CMYK 0.160.690.00   0.13
XYZ36.003020.272871.8275
Yxy20.27280.28100.1583
Hunter Lab45.025363.9372-63.0658
CIE-Lab52.144368.0483-56.6132

#bb46df color RGB value is (187,70,223).

#bb46df hex color red value is 187, green value is 70 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bb46df hue: 0.79 , saturation: 0.71 and the lightness value of bb46df is 0.57.

The process color (four color CMYK) of #bb46df color hex is 0.16, 0.69, 0.00, 0.13. Web safe color of #bb46df is #cc33cc. Color #bb46df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000110 11011111
Octal 273 106 337
Decimal 187 70 223
Hex BB 46 DF

RGB Percentages of Color #bb46df

%38.96
%14.58
%46.46

CMYK Percentages of Color #bb46df

%16
%69
%0
%13

Triadic Colors of #bb46df

#bb46df #dfbb46 #46dfbb

Analogous Colors of #bb46df

#bb46df #df46b7 #6f46df

Monochromatic Colors of #bb46df

#bb46df

Complementary Color

#bb46df #6adf46

#bb46df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb46df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb46df Color CSS Codes

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

#bb46df Text Font Color

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

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


#bb46df Background Color

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

This div background color is #bb46df


#bb46df Border Color

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

This div border color is #bb46df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb46df


Comments

No comments written yet.

Please login to write comment.