Color Hex Logo

#bf5ebf Color Hex

#BF5EBF
(191,94,191)
0 Favorites   0 Comments

Color spaces of #bf5ebf

RGB 19194191
HSL0.830.430.56
HSV300°51°75°
CMYK 0.000.510.00   0.25
XYZ34.892522.843451.8604
Yxy22.84340.31840.2084
Hunter Lab47.794846.6728-30.8771
CIE-Lab54.910752.3656-33.9310

#bf5ebf color RGB value is (191,94,191).

#bf5ebf hex color red value is 191, green value is 94 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bf5ebf hue: 0.83 , saturation: 0.43 and the lightness value of bf5ebf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011110 10111111
Octal 277 136 277
Decimal 191 94 191
Hex BF 5E BF

RGB Percentages of Color #bf5ebf

%40.13
%19.75
%40.13

CMYK Percentages of Color #bf5ebf

%0
%51
%0
%25

Triadic Colors of #bf5ebf

#bf5ebf #bfbf5e #5ebfbf

Analogous Colors of #bf5ebf

#bf5ebf #bf5e8f #8f5ebf

Monochromatic Colors of #bf5ebf

#bf5ebf

Complementary Color

#bf5ebf #5ebf5e

#bf5ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf5ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf5ebf Color CSS Codes

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

#bf5ebf Text Font Color

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

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


#bf5ebf Background Color

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

This div background color is #bf5ebf


#bf5ebf Border Color

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

This div border color is #bf5ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf5ebf


Comments

No comments written yet.

Please login to write comment.