Color Hex Logo

#bb57de Color Hex

#BB57DE
(187,87,222)
0 Favorites   0 Comments

Color spaces of #bb57de

RGB 18787222
HSL0.790.670.61
HSV284°61°87°
CMYK 0.160.610.00   0.13
XYZ37.086522.655171.5254
Yxy22.65510.28250.1726
Hunter Lab47.597455.7866-55.7780
CIE-Lab54.715360.5596-51.9359

#bb57de color RGB value is (187,87,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010111 11011110
Octal 273 127 336
Decimal 187 87 222
Hex BB 57 DE

RGB Percentages of Color #bb57de

%37.70
%17.54
%44.76

CMYK Percentages of Color #bb57de

%16
%61
%0
%13

Triadic Colors of #bb57de

#bb57de #debb57 #57debb

Analogous Colors of #bb57de

#bb57de #de57be #7857de

Monochromatic Colors of #bb57de

#bb57de

Complementary Color

#bb57de #7ade57

#bb57de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb57de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb57de Color CSS Codes

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

#bb57de Text Font Color

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

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


#bb57de Background Color

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

This div background color is #bb57de


#bb57de Border Color

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

This div border color is #bb57de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb57de


Comments

No comments written yet.

Please login to write comment.