Color Hex Logo

#bf5eee Color Hex

#BF5EEE
(191,94,238)
0 Favorites   0 Comments

Color spaces of #bf5eee

RGB 19194238
HSL0.780.810.65
HSV280°61°93°
CMYK 0.200.610.00   0.07
XYZ40.921225.254883.6068
Yxy25.25480.27320.1686
Hunter Lab50.254257.4051-63.4616
CIE-Lab57.322861.5023-56.7244

#bf5eee color RGB value is (191,94,238).

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

The process color (four color CMYK) of #bf5eee color hex is 0.20, 0.61, 0.00, 0.07. Web safe color of #bf5eee is #cc66ff. Color #bf5eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011110 11101110
Octal 277 136 356
Decimal 191 94 238
Hex BF 5E EE

RGB Percentages of Color #bf5eee

%36.52
%17.97
%45.51

CMYK Percentages of Color #bf5eee

%20
%61
%0
%7

Triadic Colors of #bf5eee

#bf5eee #eebf5e #5eeebf

Analogous Colors of #bf5eee

#bf5eee #ee5ed5 #775eee

Monochromatic Colors of #bf5eee

#bf5eee

Complementary Color

#bf5eee #8dee5e

#bf5eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf5eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf5eee Color CSS Codes

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

#bf5eee Text Font Color

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

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


#bf5eee Background Color

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

This div background color is #bf5eee


#bf5eee Border Color

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

This div border color is #bf5eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf5eee


Comments

No comments written yet.

Please login to write comment.