Color Hex Logo

#bd079b Color Hex

#BD079B
(189,7,155)
0 Favorites   0 Comments

Color spaces of #bd079b

RGB 1897155
HSL0.860.930.38
HSV311°96°74°
CMYK 0.000.960.18   0.26
XYZ26.978613.337332.1628
Yxy13.33730.37220.1840
Hunter Lab36.520367.9527-26.6515
CIE-Lab43.267173.1353-31.0123

#bd079b color RGB value is (189,7,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000111 10011011
Octal 275 7 233
Decimal 189 7 155
Hex BD 7 9B

RGB Percentages of Color #bd079b

%53.85
%1.99
%44.16

CMYK Percentages of Color #bd079b

%0
%96
%18
%26

Triadic Colors of #bd079b

#bd079b #9bbd07 #079bbd

Analogous Colors of #bd079b

#bd079b #bd0740 #8407bd

Monochromatic Colors of #bd079b

#bd079b

Complementary Color

#bd079b #07bd29

#bd079b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd079b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd079b Color CSS Codes

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

#bd079b Text Font Color

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

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


#bd079b Background Color

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

This div background color is #bd079b


#bd079b Border Color

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

This div border color is #bd079b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd079b


Comments

No comments written yet.

Please login to write comment.