Color Hex Logo

#bd109d Color Hex

#BD109D
(189,16,157)
0 Favorites   0 Comments

Color spaces of #bd109d

RGB 18916157
HSL0.860.840.40
HSV311°92°74°
CMYK 0.000.920.17   0.26
XYZ27.257413.623733.0913
Yxy13.62370.36850.1842
Hunter Lab36.910367.2251-27.3182
CIE-Lab43.688472.4477-31.5557

#bd109d color RGB value is (189,16,157).

#bd109d hex color red value is 189, green value is 16 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bd109d hue: 0.86 , saturation: 0.84 and the lightness value of bd109d is 0.40.

The process color (four color CMYK) of #bd109d color hex is 0.00, 0.92, 0.17, 0.26. Web safe color of #bd109d is #cc0099. Color #bd109d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010000 10011101
Octal 275 20 235
Decimal 189 16 157
Hex BD 10 9D

RGB Percentages of Color #bd109d

%52.21
%4.42
%43.37

CMYK Percentages of Color #bd109d

%0
%92
%17
%26

Triadic Colors of #bd109d

#bd109d #9dbd10 #109dbd

Analogous Colors of #bd109d

#bd109d #bd1047 #8710bd

Monochromatic Colors of #bd109d

#bd109d

Complementary Color

#bd109d #10bd30

#bd109d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd109d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd109d Color CSS Codes

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

#bd109d Text Font Color

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

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


#bd109d Background Color

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

This div background color is #bd109d


#bd109d Border Color

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

This div border color is #bd109d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd109d


Comments

No comments written yet.

Please login to write comment.