Color Hex Logo

#bd096f Color Hex

#BD096F
(189,9,111)
0 Favorites   0 Comments

Color spaces of #bd096f

RGB 1899111
HSL0.910.910.39
HSV326°95°74°
CMYK 0.000.950.41   0.26
XYZ23.953212.161916.1239
Yxy12.16190.45850.2328
Hunter Lab34.873961.5736-3.0009
CIE-Lab41.472368.0986-6.7215

#bd096f color RGB value is (189,9,111).

#bd096f hex color red value is 189, green value is 9 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bd096f hue: 0.91 , saturation: 0.91 and the lightness value of bd096f is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001001 01101111
Octal 275 11 157
Decimal 189 9 111
Hex BD 9 6F

RGB Percentages of Color #bd096f

%61.17
%2.91
%35.92

CMYK Percentages of Color #bd096f

%0
%95
%41
%26

Triadic Colors of #bd096f

#bd096f #6fbd09 #096fbd

Analogous Colors of #bd096f

#bd096f #bd0915 #b109bd

Monochromatic Colors of #bd096f

#bd096f

Complementary Color

#bd096f #09bd57

#bd096f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd096f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd096f Color CSS Codes

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

#bd096f Text Font Color

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

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


#bd096f Background Color

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

This div background color is #bd096f


#bd096f Border Color

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

This div border color is #bd096f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd096f


Comments

No comments written yet.

Please login to write comment.