Color Hex Logo

#bd5988 Color Hex

#BD5988
(189,89,136)
0 Favorites   0 Comments

Color spaces of #bd5988

RGB 18989136
HSL0.920.430.55
HSV332°53°74°
CMYK 0.000.530.28   0.26
XYZ29.002619.741125.5744
Yxy19.74110.39020.2656
Hunter Lab44.431038.7629-3.0256
CIE-Lab51.543245.4825-6.9452

#bd5988 color RGB value is (189,89,136).

#bd5988 hex color red value is 189, green value is 89 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bd5988 hue: 0.92 , saturation: 0.43 and the lightness value of bd5988 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011001 10001000
Octal 275 131 210
Decimal 189 89 136
Hex BD 59 88

RGB Percentages of Color #bd5988

%45.65
%21.50
%32.85

CMYK Percentages of Color #bd5988

%0
%53
%28
%26

Triadic Colors of #bd5988

#bd5988 #88bd59 #5988bd

Analogous Colors of #bd5988

#bd5988 #bd5c59 #bd59ba

Monochromatic Colors of #bd5988

#bd5988

Complementary Color

#bd5988 #59bd8e

#bd5988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5988 Color CSS Codes

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

#bd5988 Text Font Color

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

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


#bd5988 Background Color

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

This div background color is #bd5988


#bd5988 Border Color

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

This div border color is #bd5988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5988

#bd5988 Color Palettes


Comments

No comments written yet.

Please login to write comment.