Color Hex Logo

#bf5bab Color Hex

#BF5BAB
(191,91,171)
0 Favorites   0 Comments

Color spaces of #bf5bab

RGB 19191171
HSL0.870.440.55
HSV312°52°75°
CMYK 0.000.520.10   0.25
XYZ32.577621.498840.9607
Yxy21.49880.34280.2262
Hunter Lab46.366844.2733-19.9204
CIE-Lab53.491150.3851-24.5651

#bf5bab color RGB value is (191,91,171).

#bf5bab hex color red value is 191, green value is 91 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bf5bab hue: 0.87 , saturation: 0.44 and the lightness value of bf5bab is 0.55.

The process color (four color CMYK) of #bf5bab color hex is 0.00, 0.52, 0.10, 0.25. Web safe color of #bf5bab is #cc6699. Color #bf5bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011011 10101011
Octal 277 133 253
Decimal 191 91 171
Hex BF 5B AB

RGB Percentages of Color #bf5bab

%42.16
%20.09
%37.75

CMYK Percentages of Color #bf5bab

%0
%52
%10
%25

Triadic Colors of #bf5bab

#bf5bab #abbf5b #5babbf

Analogous Colors of #bf5bab

#bf5bab #bf5b79 #a15bbf

Monochromatic Colors of #bf5bab

#bf5bab

Complementary Color

#bf5bab #5bbf6f

#bf5bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf5bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf5bab Color CSS Codes

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

#bf5bab Text Font Color

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

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


#bf5bab Background Color

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

This div background color is #bf5bab


#bf5bab Border Color

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

This div border color is #bf5bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf5bab


Comments

No comments written yet.

Please login to write comment.