Color Hex Logo

#bd587b Color Hex

#BD587B
(189,88,123)
0 Favorites   0 Comments

Color spaces of #bd587b

RGB 18988123
HSL0.940.430.54
HSV339°53°74°
CMYK 0.000.530.35   0.26
XYZ28.051119.228320.9719
Yxy19.22830.41100.2817
Hunter Lab43.850137.44962.3388
CIE-Lab50.953244.3034-0.0653

#bd587b color RGB value is (189,88,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011000 01111011
Octal 275 130 173
Decimal 189 88 123
Hex BD 58 7B

RGB Percentages of Color #bd587b

%47.25
%22.00
%30.75

CMYK Percentages of Color #bd587b

%0
%53
%35
%26

Triadic Colors of #bd587b

#bd587b #7bbd58 #587bbd

Analogous Colors of #bd587b

#bd587b #bd6858 #bd58ae

Monochromatic Colors of #bd587b

#bd587b

Complementary Color

#bd587b #58bd9a

#bd587b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd587b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd587b Color CSS Codes

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

#bd587b Text Font Color

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

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


#bd587b Background Color

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

This div background color is #bd587b


#bd587b Border Color

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

This div border color is #bd587b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd587b


Comments

No comments written yet.

Please login to write comment.