Color Hex Logo

#bf589b Color Hex

#BF589B
(191,88,155)
0 Favorites   0 Comments

Color spaces of #bf589b

RGB 19188155
HSL0.890.450.55
HSV321°54°75°
CMYK 0.000.540.19   0.25
XYZ30.892020.422433.3241
Yxy20.42240.36500.2413
Hunter Lab45.191142.9354-12.0868
CIE-Lab52.311549.3277-17.0029

#bf589b color RGB value is (191,88,155).

#bf589b hex color red value is 191, green value is 88 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bf589b hue: 0.89 , saturation: 0.45 and the lightness value of bf589b is 0.55.

The process color (four color CMYK) of #bf589b color hex is 0.00, 0.54, 0.19, 0.25. Web safe color of #bf589b is #cc6699. Color #bf589b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011000 10011011
Octal 277 130 233
Decimal 191 88 155
Hex BF 58 9B

RGB Percentages of Color #bf589b

%44.01
%20.28
%35.71

CMYK Percentages of Color #bf589b

%0
%54
%19
%25

Triadic Colors of #bf589b

#bf589b #9bbf58 #589bbf

Analogous Colors of #bf589b

#bf589b #bf5868 #b058bf

Monochromatic Colors of #bf589b

#bf589b

Complementary Color

#bf589b #58bf7c

#bf589b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf589b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf589b Color CSS Codes

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

#bf589b Text Font Color

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

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


#bf589b Background Color

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

This div background color is #bf589b


#bf589b Border Color

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

This div border color is #bf589b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf589b


Comments

No comments written yet.

Please login to write comment.