Color Hex Logo

#bd647e Color Hex

#BD647E
(189,100,126)
0 Favorites   0 Comments

Color spaces of #bd647e

RGB 189100126
HSL0.950.400.57
HSV342°47°74°
CMYK 0.000.470.33   0.26
XYZ29.309321.439522.3321
Yxy21.43950.40110.2934
Hunter Lab46.302831.95913.8161
CIE-Lab53.427238.54441.7551

#bd647e color RGB value is (189,100,126).

#bd647e hex color red value is 189, green value is 100 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bd647e hue: 0.95 , saturation: 0.40 and the lightness value of bd647e is 0.57.

The process color (four color CMYK) of #bd647e color hex is 0.00, 0.47, 0.33, 0.26. Web safe color of #bd647e is #cc6666. Color #bd647e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100100 01111110
Octal 275 144 176
Decimal 189 100 126
Hex BD 64 7E

RGB Percentages of Color #bd647e

%45.54
%24.10
%30.36

CMYK Percentages of Color #bd647e

%0
%47
%33
%26

Triadic Colors of #bd647e

#bd647e #7ebd64 #647ebd

Analogous Colors of #bd647e

#bd647e #bd7764 #bd64ab

Monochromatic Colors of #bd647e

#bd647e

Complementary Color

#bd647e #64bda3

#bd647e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd647e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd647e Color CSS Codes

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

#bd647e Text Font Color

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

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


#bd647e Background Color

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

This div background color is #bd647e


#bd647e Border Color

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

This div border color is #bd647e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,100,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 #bd647e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd647e


Comments

No comments written yet.

Please login to write comment.