Color Hex Logo

#bd588c Color Hex

#BD588C
(189,88,140)
0 Favorites   0 Comments

Color spaces of #bd588c

RGB 18988140
HSL0.910.430.54
HSV329°53°74°
CMYK 0.000.530.26   0.26
XYZ29.209619.691727.0723
Yxy19.69170.38450.2592
Hunter Lab44.375339.8389-5.1086
CIE-Lab51.486846.5245-9.4060

#bd588c color RGB value is (189,88,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011000 10001100
Octal 275 130 214
Decimal 189 88 140
Hex BD 58 8C

RGB Percentages of Color #bd588c

%45.32
%21.10
%33.57

CMYK Percentages of Color #bd588c

%0
%53
%26
%26

Triadic Colors of #bd588c

#bd588c #8cbd58 #588cbd

Analogous Colors of #bd588c

#bd588c #bd5859 #bc58bd

Monochromatic Colors of #bd588c

#bd588c

Complementary Color

#bd588c #58bd89

#bd588c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd588c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd588c Color CSS Codes

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

#bd588c Text Font Color

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

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


#bd588c Background Color

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

This div background color is #bd588c


#bd588c Border Color

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

This div border color is #bd588c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd588c


Comments

No comments written yet.

Please login to write comment.