Color Hex Logo

#bd56bf Color Hex

#BD56BF
(189,86,191)
0 Favorites   0 Comments

Color spaces of #bd56bf

RGB 18986191
HSL0.830.450.54
HSV299°55°75°
CMYK 0.010.550.00   0.25
XYZ33.718021.236051.6120
Yxy21.23600.31640.1993
Hunter Lab46.082549.9617-34.1465
CIE-Lab53.206855.6468-36.6189

#bd56bf color RGB value is (189,86,191).

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

The process color (four color CMYK) of #bd56bf color hex is 0.01, 0.55, 0.00, 0.25. Web safe color of #bd56bf is #cc66cc. Color #bd56bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010110 10111111
Octal 275 126 277
Decimal 189 86 191
Hex BD 56 BF

RGB Percentages of Color #bd56bf

%40.56
%18.45
%40.99

CMYK Percentages of Color #bd56bf

%1
%55
%0
%25

Triadic Colors of #bd56bf

#bd56bf #bfbd56 #56bfbd

Analogous Colors of #bd56bf

#bd56bf #bf568d #8956bf

Monochromatic Colors of #bd56bf

#bd56bf

Complementary Color

#bd56bf #58bf56

#bd56bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd56bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd56bf Color CSS Codes

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

#bd56bf Text Font Color

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

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


#bd56bf Background Color

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

This div background color is #bd56bf


#bd56bf Border Color

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

This div border color is #bd56bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd56bf


Comments

No comments written yet.

Please login to write comment.