Color Hex Logo

#bf5bef Color Hex

#BF5BEF
(191,91,239)
0 Favorites   0 Comments

Color spaces of #bf5bef

RGB 19191239
HSL0.780.820.65
HSV281°62°94°
CMYK 0.200.620.00   0.06
XYZ40.806924.790584.2956
Yxy24.79050.27220.1654
Hunter Lab49.790159.1623-65.5262
CIE-Lab56.870763.0992-58.0055

#bf5bef color RGB value is (191,91,239).

#bf5bef hex color red value is 191, green value is 91 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bf5bef hue: 0.78 , saturation: 0.82 and the lightness value of bf5bef is 0.65.

The process color (four color CMYK) of #bf5bef color hex is 0.20, 0.62, 0.00, 0.06. Web safe color of #bf5bef is #cc66ff. Color #bf5bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011011 11101111
Octal 277 133 357
Decimal 191 91 239
Hex BF 5B EF

RGB Percentages of Color #bf5bef

%36.66
%17.47
%45.87

CMYK Percentages of Color #bf5bef

%20
%62
%0
%6

Triadic Colors of #bf5bef

#bf5bef #efbf5b #5befbf

Analogous Colors of #bf5bef

#bf5bef #ef5bd5 #755bef

Monochromatic Colors of #bf5bef

#bf5bef

Complementary Color

#bf5bef #8bef5b

#bf5bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf5bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf5bef Color CSS Codes

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

#bf5bef Text Font Color

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

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


#bf5bef Background Color

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

This div background color is #bf5bef


#bf5bef Border Color

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

This div border color is #bf5bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf5bef


Comments

No comments written yet.

Please login to write comment.