Color Hex Logo

#bd6578 Color Hex

#BD6578
(189,101,120)
0 Favorites   0 Comments

Color spaces of #bd6578

RGB 189101120
HSL0.960.400.57
HSV347°47°74°
CMYK 0.000.470.37   0.26
XYZ29.030121.482220.3857
Yxy21.48220.40950.3030
Hunter Lab46.348930.69096.3666
CIE-Lab53.473237.26985.3659

#bd6578 color RGB value is (189,101,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 01111000
Octal 275 145 170
Decimal 189 101 120
Hex BD 65 78

RGB Percentages of Color #bd6578

%46.10
%24.63
%29.27

CMYK Percentages of Color #bd6578

%0
%47
%37
%26

Triadic Colors of #bd6578

#bd6578 #78bd65 #6578bd

Analogous Colors of #bd6578

#bd6578 #bd7e65 #bd65a4

Monochromatic Colors of #bd6578

#bd6578

Complementary Color

#bd6578 #65bdaa

#bd6578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6578 Color CSS Codes

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

#bd6578 Text Font Color

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

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


#bd6578 Background Color

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

This div background color is #bd6578


#bd6578 Border Color

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

This div border color is #bd6578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6578

#bd6578 Color Palettes


Comments

No comments written yet.

Please login to write comment.