Color Hex Logo

#bd049b Color Hex

#BD049B
(189,4,155)
0 Favorites   0 Comments

Color spaces of #bd049b

RGB 1894155
HSL0.860.960.38
HSV311°98°74°
CMYK 0.000.980.18   0.26
XYZ26.946113.272232.1519
Yxy13.27220.37230.1834
Hunter Lab36.431068.2727-26.8242
CIE-Lab43.170673.4196-31.1638

#bd049b color RGB value is (189,4,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000100 10011011
Octal 275 4 233
Decimal 189 4 155
Hex BD 4 9B

RGB Percentages of Color #bd049b

%54.31
%1.15
%44.54

CMYK Percentages of Color #bd049b

%0
%98
%18
%26

Triadic Colors of #bd049b

#bd049b #9bbd04 #049bbd

Analogous Colors of #bd049b

#bd049b #bd043e #8304bd

Monochromatic Colors of #bd049b

#bd049b

Complementary Color

#bd049b #04bd26

#bd049b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd049b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd049b Color CSS Codes

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

#bd049b Text Font Color

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

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


#bd049b Background Color

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

This div background color is #bd049b


#bd049b Border Color

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

This div border color is #bd049b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,4,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 #bd049b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd049b


Comments

No comments written yet.

Please login to write comment.