Color Hex Logo

#bb57fd Color Hex

#BB57FD
(187,87,253)
0 Favorites   0 Comments

Color spaces of #bb57fd

RGB 18787253
HSL0.770.980.67
HSV276°66°99°
CMYK 0.260.660.00   0.01
XYZ41.631324.473095.4581
Yxy24.47300.25770.1515
Hunter Lab49.470263.6426-79.7773
CIE-Lab56.558366.9691-66.3167

#bb57fd color RGB value is (187,87,253).

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

The process color (four color CMYK) of #bb57fd color hex is 0.26, 0.66, 0.00, 0.01. Web safe color of #bb57fd is #cc66ff. Color #bb57fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010111 11111101
Octal 273 127 375
Decimal 187 87 253
Hex BB 57 FD

RGB Percentages of Color #bb57fd

%35.48
%16.51
%48.01

CMYK Percentages of Color #bb57fd

%26
%66
%0
%1

Triadic Colors of #bb57fd

#bb57fd #fdbb57 #57fdbb

Analogous Colors of #bb57fd

#bb57fd #fd57ec #6857fd

Monochromatic Colors of #bb57fd

#bb57fd

Complementary Color

#bb57fd #99fd57

#bb57fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb57fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb57fd Color CSS Codes

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

#bb57fd Text Font Color

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

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


#bb57fd Background Color

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

This div background color is #bb57fd


#bb57fd Border Color

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

This div border color is #bb57fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb57fd


Comments

No comments written yet.

Please login to write comment.