Color Hex Logo

#bd477e Color Hex

#BD477E
(189,71,126)
0 Favorites   0 Comments

Color spaces of #bd477e

RGB 18971126
HSL0.920.470.51
HSV332°62°74°
CMYK 0.000.620.33   0.26
XYZ27.005416.831721.5642
Yxy16.83170.41290.2574
Hunter Lab41.026545.7002-2.4453
CIE-Lab48.047352.6400-6.1529

#bd477e color RGB value is (189,71,126).

#bd477e hex color red value is 189, green value is 71 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bd477e hue: 0.92 , saturation: 0.47 and the lightness value of bd477e is 0.51.

The process color (four color CMYK) of #bd477e color hex is 0.00, 0.62, 0.33, 0.26. Web safe color of #bd477e is #cc3366. Color #bd477e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000111 01111110
Octal 275 107 176
Decimal 189 71 126
Hex BD 47 7E

RGB Percentages of Color #bd477e

%48.96
%18.39
%32.64

CMYK Percentages of Color #bd477e

%0
%62
%33
%26

Triadic Colors of #bd477e

#bd477e #7ebd47 #477ebd

Analogous Colors of #bd477e

#bd477e #bd4b47 #bd47b9

Monochromatic Colors of #bd477e

#bd477e

Complementary Color

#bd477e #47bd86

#bd477e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd477e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd477e Color CSS Codes

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

#bd477e Text Font Color

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

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


#bd477e Background Color

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

This div background color is #bd477e


#bd477e Border Color

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

This div border color is #bd477e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd477e


Comments

No comments written yet.

Please login to write comment.