Color Hex Logo

#bf5fee Color Hex

#BF5FEE
(191,95,238)
0 Favorites   0 Comments

Color spaces of #bf5fee

RGB 19195238
HSL0.780.810.65
HSV280°60°93°
CMYK 0.200.600.00   0.07
XYZ41.010725.433883.6366
Yxy25.43380.27330.1695
Hunter Lab50.431956.8984-63.0245
CIE-Lab57.495761.0324-56.4482

#bf5fee color RGB value is (191,95,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011111 11101110
Octal 277 137 356
Decimal 191 95 238
Hex BF 5F EE

RGB Percentages of Color #bf5fee

%36.45
%18.13
%45.42

CMYK Percentages of Color #bf5fee

%20
%60
%0
%7

Triadic Colors of #bf5fee

#bf5fee #eebf5f #5feebf

Analogous Colors of #bf5fee

#bf5fee #ee5fd6 #785fee

Monochromatic Colors of #bf5fee

#bf5fee

Complementary Color

#bf5fee #8eee5f

#bf5fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf5fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf5fee Color CSS Codes

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

#bf5fee Text Font Color

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

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


#bf5fee Background Color

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

This div background color is #bf5fee


#bf5fee Border Color

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

This div border color is #bf5fee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,95,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 #bf5fee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf5fee


Comments

No comments written yet.

Please login to write comment.