Color Hex Logo

#bd598a Color Hex

#BD598A
(189,89,138)
0 Favorites   0 Comments

Color spaces of #bd598a

RGB 18989138
HSL0.920.430.55
HSV331°53°74°
CMYK 0.000.530.27   0.26
XYZ29.146119.798626.3301
Yxy19.79860.38720.2630
Hunter Lab44.495639.0561-3.9377
CIE-Lab51.608745.7544-8.0359

#bd598a color RGB value is (189,89,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011001 10001010
Octal 275 131 212
Decimal 189 89 138
Hex BD 59 8A

RGB Percentages of Color #bd598a

%45.43
%21.39
%33.17

CMYK Percentages of Color #bd598a

%0
%53
%27
%26

Triadic Colors of #bd598a

#bd598a #8abd59 #598abd

Analogous Colors of #bd598a

#bd598a #bd5a59 #bd59bc

Monochromatic Colors of #bd598a

#bd598a

Complementary Color

#bd598a #59bd8c

#bd598a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd598a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd598a Color CSS Codes

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

#bd598a Text Font Color

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

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


#bd598a Background Color

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

This div background color is #bd598a


#bd598a Border Color

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

This div border color is #bd598a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd598a


Comments

No comments written yet.

Please login to write comment.