Color Hex Logo

#bd046a Color Hex

#BD046A
(189,4,106)
0 Favorites   0 Comments

Color spaces of #bd046a

RGB 1894106
HSL0.910.960.38
HSV327°98°74°
CMYK 0.000.980.44   0.26
XYZ23.631211.946314.6960
Yxy11.94630.47010.2376
Hunter Lab34.563461.5554-1.0151
CIE-Lab41.130668.1496-4.0900

#bd046a color RGB value is (189,4,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000100 01101010
Octal 275 4 152
Decimal 189 4 106
Hex BD 4 6A

RGB Percentages of Color #bd046a

%63.21
%1.34
%35.45

CMYK Percentages of Color #bd046a

%0
%98
%44
%26

Triadic Colors of #bd046a

#bd046a #6abd04 #046abd

Analogous Colors of #bd046a

#bd046a #bd040d #b404bd

Monochromatic Colors of #bd046a

#bd046a

Complementary Color

#bd046a #04bd57

#bd046a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd046a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd046a Color CSS Codes

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

#bd046a Text Font Color

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

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


#bd046a Background Color

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

This div background color is #bd046a


#bd046a Border Color

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

This div border color is #bd046a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd046a


Comments

No comments written yet.

Please login to write comment.