Color Hex Logo

#bf5289 Color Hex

#BF5289
(191,82,137)
0 Favorites   0 Comments

Color spaces of #bf5289

RGB 19182137
HSL0.920.460.54
HSV330°57°75°
CMYK 0.000.570.28   0.25
XYZ29.018518.917125.7888
Yxy18.91710.39360.2566
Hunter Lab43.493842.9788-4.7092
CIE-Lab50.590149.6524-8.9324

#bf5289 color RGB value is (191,82,137).

#bf5289 hex color red value is 191, green value is 82 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bf5289 hue: 0.92 , saturation: 0.46 and the lightness value of bf5289 is 0.54.

The process color (four color CMYK) of #bf5289 color hex is 0.00, 0.57, 0.28, 0.25. Web safe color of #bf5289 is #cc6699. Color #bf5289 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010010 10001001
Octal 277 122 211
Decimal 191 82 137
Hex BF 52 89

RGB Percentages of Color #bf5289

%46.59
%20.00
%33.41

CMYK Percentages of Color #bf5289

%0
%57
%28
%25

Triadic Colors of #bf5289

#bf5289 #89bf52 #5289bf

Analogous Colors of #bf5289

#bf5289 #bf5252 #bf52bf

Monochromatic Colors of #bf5289

#bf5289

Complementary Color

#bf5289 #52bf88

#bf5289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf5289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf5289 Color CSS Codes

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

#bf5289 Text Font Color

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

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


#bf5289 Background Color

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

This div background color is #bf5289


#bf5289 Border Color

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

This div border color is #bf5289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf5289


Comments

No comments written yet.

Please login to write comment.