Color Hex Logo

#bb57df Color Hex

#BB57DF
(187,87,223)
0 Favorites   0 Comments

Color spaces of #bb57df

RGB 18787223
HSL0.790.680.61
HSV284°61°87°
CMYK 0.160.610.00   0.13
XYZ37.221022.708972.2335
Yxy22.70890.28160.1718
Hunter Lab47.653956.0268-56.5138
CIE-Lab54.771260.7596-52.4113

#bb57df color RGB value is (187,87,223).

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

The process color (four color CMYK) of #bb57df color hex is 0.16, 0.61, 0.00, 0.13. Web safe color of #bb57df is #cc66cc. Color #bb57df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010111 11011111
Octal 273 127 337
Decimal 187 87 223
Hex BB 57 DF

RGB Percentages of Color #bb57df

%37.63
%17.51
%44.87

CMYK Percentages of Color #bb57df

%16
%61
%0
%13

Triadic Colors of #bb57df

#bb57df #dfbb57 #57dfbb

Analogous Colors of #bb57df

#bb57df #df57bf #7757df

Monochromatic Colors of #bb57df

#bb57df

Complementary Color

#bb57df #7bdf57

#bb57df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb57df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb57df Color CSS Codes

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

#bb57df Text Font Color

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

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


#bb57df Background Color

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

This div background color is #bb57df


#bb57df Border Color

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

This div border color is #bb57df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb57df


Comments

No comments written yet.

Please login to write comment.