Color Hex Logo

#bf7edf Color Hex

#BF7EDF
(191,126,223)
0 Favorites   0 Comments

Color spaces of #bf7edf

RGB 191126223
HSL0.780.600.68
HSV280°43°87°
CMYK 0.140.430.00   0.13
XYZ42.266031.325873.6309
Yxy31.32580.28710.2128
Hunter Lab55.969536.8498-38.8206
CIE-Lab62.781742.0640-39.7178

#bf7edf color RGB value is (191,126,223).

#bf7edf hex color red value is 191, green value is 126 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bf7edf hue: 0.78 , saturation: 0.60 and the lightness value of bf7edf is 0.68.

The process color (four color CMYK) of #bf7edf color hex is 0.14, 0.43, 0.00, 0.13. Web safe color of #bf7edf is #cc66cc. Color #bf7edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111110 11011111
Octal 277 176 337
Decimal 191 126 223
Hex BF 7E DF

RGB Percentages of Color #bf7edf

%35.37
%23.33
%41.30

CMYK Percentages of Color #bf7edf

%14
%43
%0
%13

Triadic Colors of #bf7edf

#bf7edf #dfbf7e #7edfbf

Analogous Colors of #bf7edf

#bf7edf #df7ecf #8f7edf

Monochromatic Colors of #bf7edf

#bf7edf

Complementary Color

#bf7edf #9edf7e

#bf7edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7edf Color CSS Codes

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

#bf7edf Text Font Color

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

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


#bf7edf Background Color

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

This div background color is #bf7edf


#bf7edf Border Color

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

This div border color is #bf7edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7edf


Comments

No comments written yet.

Please login to write comment.