Color Hex Logo

#bf5bbb Color Hex

#BF5BBB
(191,91,187)
0 Favorites   0 Comments

Color spaces of #bf5bbb

RGB 19191187
HSL0.840.440.55
HSV302°52°75°
CMYK 0.000.520.02   0.25
XYZ34.196622.146449.4860
Yxy22.14640.32310.2093
Hunter Lab47.060047.3539-29.4045
CIE-Lab54.182053.1103-32.7663

#bf5bbb color RGB value is (191,91,187).

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

The process color (four color CMYK) of #bf5bbb color hex is 0.00, 0.52, 0.02, 0.25. Web safe color of #bf5bbb is #cc66cc. Color #bf5bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011011 10111011
Octal 277 133 273
Decimal 191 91 187
Hex BF 5B BB

RGB Percentages of Color #bf5bbb

%40.72
%19.40
%39.87

CMYK Percentages of Color #bf5bbb

%0
%52
%2
%25

Triadic Colors of #bf5bbb

#bf5bbb #bbbf5b #5bbbbf

Analogous Colors of #bf5bbb

#bf5bbb #bf5b89 #915bbf

Monochromatic Colors of #bf5bbb

#bf5bbb

Complementary Color

#bf5bbb #5bbf5f

#bf5bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf5bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf5bbb Color CSS Codes

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

#bf5bbb Text Font Color

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

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


#bf5bbb Background Color

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

This div background color is #bf5bbb


#bf5bbb Border Color

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

This div border color is #bf5bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf5bbb


Comments

No comments written yet.

Please login to write comment.