Color Hex Logo

#bd558c Color Hex

#BD558C
(189,85,140)
0 Favorites   0 Comments

Color spaces of #bd558c

RGB 18985140
HSL0.910.440.54
HSV328°55°74°
CMYK 0.000.550.26   0.26
XYZ28.968419.209326.9919
Yxy19.20930.38540.2555
Hunter Lab43.828441.2799-5.8341
CIE-Lab50.931247.9883-10.2394

#bd558c color RGB value is (189,85,140).

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

The process color (four color CMYK) of #bd558c color hex is 0.00, 0.55, 0.26, 0.26. Web safe color of #bd558c is #cc6699. Color #bd558c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010101 10001100
Octal 275 125 214
Decimal 189 85 140
Hex BD 55 8C

RGB Percentages of Color #bd558c

%45.65
%20.53
%33.82

CMYK Percentages of Color #bd558c

%0
%55
%26
%26

Triadic Colors of #bd558c

#bd558c #8cbd55 #558cbd

Analogous Colors of #bd558c

#bd558c #bd5558 #ba55bd

Monochromatic Colors of #bd558c

#bd558c

Complementary Color

#bd558c #55bd86

#bd558c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd558c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd558c Color CSS Codes

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

#bd558c Text Font Color

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

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


#bd558c Background Color

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

This div background color is #bd558c


#bd558c Border Color

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

This div border color is #bd558c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd558c


Comments

No comments written yet.

Please login to write comment.