Color Hex Logo

#bd098d Color Hex

#BD098D
(189,9,141)
0 Favorites   0 Comments

Color spaces of #bd098d

RGB 1899141
HSL0.880.910.39
HSV316°95°74°
CMYK 0.000.950.25   0.26
XYZ25.891712.937326.3318
Yxy12.93730.39740.1985
Hunter Lab35.968565.5475-18.2271
CIE-Lab42.668671.2417-23.4526

#bd098d color RGB value is (189,9,141).

#bd098d hex color red value is 189, green value is 9 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bd098d hue: 0.88 , saturation: 0.91 and the lightness value of bd098d is 0.39.

The process color (four color CMYK) of #bd098d color hex is 0.00, 0.95, 0.25, 0.26. Web safe color of #bd098d is #cc0099. Color #bd098d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001001 10001101
Octal 275 11 215
Decimal 189 9 141
Hex BD 9 8D

RGB Percentages of Color #bd098d

%55.75
%2.65
%41.59

CMYK Percentages of Color #bd098d

%0
%95
%25
%26

Triadic Colors of #bd098d

#bd098d #8dbd09 #098dbd

Analogous Colors of #bd098d

#bd098d #bd0933 #9309bd

Monochromatic Colors of #bd098d

#bd098d

Complementary Color

#bd098d #09bd39

#bd098d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd098d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd098d Color CSS Codes

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

#bd098d Text Font Color

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

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


#bd098d Background Color

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

This div background color is #bd098d


#bd098d Border Color

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

This div border color is #bd098d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd098d


Comments

No comments written yet.

Please login to write comment.