Color Hex Logo

#bb57cf Color Hex

#BB57CF
(187,87,207)
0 Favorites   0 Comments

Color spaces of #bb57cf

RGB 18787207
HSL0.810.560.58
HSV290°58°81°
CMYK 0.100.580.00   0.19
XYZ35.164221.886261.4026
Yxy21.88620.29690.1848
Hunter Lab46.782752.2998-45.0706
CIE-Lab53.906157.6227-44.7087

#bb57cf color RGB value is (187,87,207).

#bb57cf hex color red value is 187, green value is 87 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bb57cf hue: 0.81 , saturation: 0.56 and the lightness value of bb57cf is 0.58.

The process color (four color CMYK) of #bb57cf color hex is 0.10, 0.58, 0.00, 0.19. Web safe color of #bb57cf is #cc66cc. Color #bb57cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010111 11001111
Octal 273 127 317
Decimal 187 87 207
Hex BB 57 CF

RGB Percentages of Color #bb57cf

%38.88
%18.09
%43.04

CMYK Percentages of Color #bb57cf

%10
%58
%0
%19

Triadic Colors of #bb57cf

#bb57cf #cfbb57 #57cfbb

Analogous Colors of #bb57cf

#bb57cf #cf57a7 #7f57cf

Monochromatic Colors of #bb57cf

#bb57cf

Complementary Color

#bb57cf #6bcf57

#bb57cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb57cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb57cf Color CSS Codes

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

#bb57cf Text Font Color

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

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


#bb57cf Background Color

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

This div background color is #bb57cf


#bb57cf Border Color

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

This div border color is #bb57cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb57cf


Comments

No comments written yet.

Please login to write comment.