Color Hex Logo

#bf588a Color Hex

#BF588A
(191,88,138)
0 Favorites   0 Comments

Color spaces of #bf588a

RGB 19188138
HSL0.920.450.55
HSV331°54°75°
CMYK 0.000.540.28   0.25
XYZ29.563019.890826.3259
Yxy19.89080.39010.2625
Hunter Lab44.599140.2722-3.7783
CIE-Lab51.713546.9027-7.8486

#bf588a color RGB value is (191,88,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011000 10001010
Octal 277 130 212
Decimal 191 88 138
Hex BF 58 8A

RGB Percentages of Color #bf588a

%45.80
%21.10
%33.09

CMYK Percentages of Color #bf588a

%0
%54
%28
%25

Triadic Colors of #bf588a

#bf588a #8abf58 #588abf

Analogous Colors of #bf588a

#bf588a #bf5a58 #bf58be

Monochromatic Colors of #bf588a

#bf588a

Complementary Color

#bf588a #58bf8d

#bf588a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf588a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf588a Color CSS Codes

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

#bf588a Text Font Color

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

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


#bf588a Background Color

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

This div background color is #bf588a


#bf588a Border Color

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

This div border color is #bf588a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf588a


Comments

No comments written yet.

Please login to write comment.