Color Hex Logo

#bd57bc Color Hex

#BD57BC
(189,87,188)
0 Favorites   0 Comments

Color spaces of #bd57bc

RGB 18987188
HSL0.830.440.54
HSV301°54°74°
CMYK 0.000.540.01   0.26
XYZ33.471621.266049.9176
Yxy21.26600.31980.2032
Hunter Lab46.115148.8589-31.8983
CIE-Lab53.239454.6421-34.8372

#bd57bc color RGB value is (189,87,188).

#bd57bc hex color red value is 189, green value is 87 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bd57bc hue: 0.83 , saturation: 0.44 and the lightness value of bd57bc is 0.54.

The process color (four color CMYK) of #bd57bc color hex is 0.00, 0.54, 0.01, 0.26. Web safe color of #bd57bc is #cc66cc. Color #bd57bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 10111100
Octal 275 127 274
Decimal 189 87 188
Hex BD 57 BC

RGB Percentages of Color #bd57bc

%40.73
%18.75
%40.52

CMYK Percentages of Color #bd57bc

%0
%54
%1
%26

Triadic Colors of #bd57bc

#bd57bc #bcbd57 #57bcbd

Analogous Colors of #bd57bc

#bd57bc #bd5789 #8b57bd

Monochromatic Colors of #bd57bc

#bd57bc

Complementary Color

#bd57bc #57bd58

#bd57bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd57bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd57bc Color CSS Codes

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

#bd57bc Text Font Color

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

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


#bd57bc Background Color

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

This div background color is #bd57bc


#bd57bc Border Color

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

This div border color is #bd57bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd57bc


Comments

No comments written yet.

Please login to write comment.