Color Hex Logo

#bd189b Color Hex

#BD189B
(189,24,155)
0 Favorites   0 Comments

Color spaces of #bd189b

RGB 18924155
HSL0.870.770.42
HSV312°87°74°
CMYK 0.000.870.18   0.26
XYZ27.229313.838632.2463
Yxy13.83860.37140.1888
Hunter Lab37.200365.5553-25.3541
CIE-Lab44.000670.9886-29.8630

#bd189b color RGB value is (189,24,155).

#bd189b hex color red value is 189, green value is 24 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bd189b hue: 0.87 , saturation: 0.77 and the lightness value of bd189b is 0.42.

The process color (four color CMYK) of #bd189b color hex is 0.00, 0.87, 0.18, 0.26. Web safe color of #bd189b is #cc0099. Color #bd189b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011000 10011011
Octal 275 30 233
Decimal 189 24 155
Hex BD 18 9B

RGB Percentages of Color #bd189b

%51.36
%6.52
%42.12

CMYK Percentages of Color #bd189b

%0
%87
%18
%26

Triadic Colors of #bd189b

#bd189b #9bbd18 #189bbd

Analogous Colors of #bd189b

#bd189b #bd1848 #8d18bd

Monochromatic Colors of #bd189b

#bd189b

Complementary Color

#bd189b #18bd3a

#bd189b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd189b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd189b Color CSS Codes

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

#bd189b Text Font Color

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

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


#bd189b Background Color

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

This div background color is #bd189b


#bd189b Border Color

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

This div border color is #bd189b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd189b


Comments

No comments written yet.

Please login to write comment.