Color Hex Logo

#bd036d Color Hex

#BD036D
(189,3,109)
0 Favorites   0 Comments

Color spaces of #bd036d

RGB 1893109
HSL0.910.970.38
HSV326°98°74°
CMYK 0.000.980.42   0.26
XYZ23.779111.988115.5286
Yxy11.98810.46360.2337
Hunter Lab34.623861.9993-2.3546
CIE-Lab41.197268.5172-5.8772

#bd036d color RGB value is (189,3,109).

#bd036d hex color red value is 189, green value is 3 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bd036d hue: 0.91 , saturation: 0.97 and the lightness value of bd036d is 0.38.

The process color (four color CMYK) of #bd036d color hex is 0.00, 0.98, 0.42, 0.26. Web safe color of #bd036d is #cc0066. Color #bd036d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000011 01101101
Octal 275 3 155
Decimal 189 3 109
Hex BD 3 6D

RGB Percentages of Color #bd036d

%62.79
%1.00
%36.21

CMYK Percentages of Color #bd036d

%0
%98
%42
%26

Triadic Colors of #bd036d

#bd036d #6dbd03 #036dbd

Analogous Colors of #bd036d

#bd036d #bd0310 #b003bd

Monochromatic Colors of #bd036d

#bd036d

Complementary Color

#bd036d #03bd53

#bd036d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd036d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd036d Color CSS Codes

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

#bd036d Text Font Color

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

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


#bd036d Background Color

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

This div background color is #bd036d


#bd036d Border Color

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

This div border color is #bd036d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd036d


Comments

No comments written yet.

Please login to write comment.