Color Hex Logo

#bb57dc Color Hex

#BB57DC
(187,87,220)
0 Favorites   0 Comments

Color spaces of #bb57dc

RGB 18787220
HSL0.790.660.60
HSV285°60°86°
CMYK 0.150.600.00   0.14
XYZ36.820022.548570.1218
Yxy22.54850.28430.1741
Hunter Lab47.485355.3094-54.3143
CIE-Lab54.604260.1611-50.9827

#bb57dc color RGB value is (187,87,220).

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

The process color (four color CMYK) of #bb57dc color hex is 0.15, 0.60, 0.00, 0.14. Web safe color of #bb57dc is #cc66cc. Color #bb57dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010111 11011100
Octal 273 127 334
Decimal 187 87 220
Hex BB 57 DC

RGB Percentages of Color #bb57dc

%37.85
%17.61
%44.53

CMYK Percentages of Color #bb57dc

%15
%60
%0
%14

Triadic Colors of #bb57dc

#bb57dc #dcbb57 #57dcbb

Analogous Colors of #bb57dc

#bb57dc #dc57bb #7957dc

Monochromatic Colors of #bb57dc

#bb57dc

Complementary Color

#bb57dc #78dc57

#bb57dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb57dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb57dc Color CSS Codes

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

#bb57dc Text Font Color

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

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


#bb57dc Background Color

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

This div background color is #bb57dc


#bb57dc Border Color

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

This div border color is #bb57dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb57dc


Comments

No comments written yet.

Please login to write comment.