Color Hex Logo

#bd076f Color Hex

#BD076F
(189,7,111)
0 Favorites   0 Comments

Color spaces of #bd076f

RGB 1897111
HSL0.900.930.38
HSV326°96°74°
CMYK 0.000.960.41   0.26
XYZ23.931512.118516.1167
Yxy12.11850.45880.2323
Hunter Lab34.811661.7907-3.0813
CIE-Lab41.403868.2982-6.8237

#bd076f color RGB value is (189,7,111).

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

The process color (four color CMYK) of #bd076f color hex is 0.00, 0.96, 0.41, 0.26. Web safe color of #bd076f is #cc0066. Color #bd076f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000111 01101111
Octal 275 7 157
Decimal 189 7 111
Hex BD 7 6F

RGB Percentages of Color #bd076f

%61.56
%2.28
%36.16

CMYK Percentages of Color #bd076f

%0
%96
%41
%26

Triadic Colors of #bd076f

#bd076f #6fbd07 #076fbd

Analogous Colors of #bd076f

#bd076f #bd0714 #b007bd

Monochromatic Colors of #bd076f

#bd076f

Complementary Color

#bd076f #07bd55

#bd076f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd076f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd076f Color CSS Codes

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

#bd076f Text Font Color

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

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


#bd076f Background Color

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

This div background color is #bd076f


#bd076f Border Color

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

This div border color is #bd076f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd076f


Comments

No comments written yet.

Please login to write comment.