Color Hex Logo

#bf089e Color Hex

#BF089E
(191,8,158)
0 Favorites   0 Comments

Color spaces of #bf089e

RGB 1918158
HSL0.860.920.39
HSV311°96°75°
CMYK 0.000.960.17   0.25
XYZ27.744213.718733.5334
Yxy13.71870.36990.1829
Hunter Lab37.038868.8891-27.7516
CIE-Lab43.826873.8024-31.9132

#bf089e color RGB value is (191,8,158).

#bf089e hex color red value is 191, green value is 8 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bf089e hue: 0.86 , saturation: 0.92 and the lightness value of bf089e is 0.39.

The process color (four color CMYK) of #bf089e color hex is 0.00, 0.96, 0.17, 0.25. Web safe color of #bf089e is #cc0099. Color #bf089e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00001000 10011110
Octal 277 10 236
Decimal 191 8 158
Hex BF 8 9E

RGB Percentages of Color #bf089e

%53.50
%2.24
%44.26

CMYK Percentages of Color #bf089e

%0
%96
%17
%25

Triadic Colors of #bf089e

#bf089e #9ebf08 #089ebf

Analogous Colors of #bf089e

#bf089e #bf0843 #8508bf

Monochromatic Colors of #bf089e

#bf089e

Complementary Color

#bf089e #08bf29

#bf089e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf089e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf089e Color CSS Codes

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

#bf089e Text Font Color

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

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


#bf089e Background Color

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

This div background color is #bf089e


#bf089e Border Color

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

This div border color is #bf089e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,8,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf089e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf089e;
  -webkit-box-shadow: 1px 1px 3px 2px #bf089e;
  box-shadow:         1px 1px 3px 2px #bf089e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf089e


Comments

No comments written yet.

Please login to write comment.