Color Hex Logo

#bf6ede Color Hex

#BF6EDE
(191,110,222)
0 Favorites   0 Comments

Color spaces of #bf6ede

RGB 191110222
HSL0.790.630.65
HSV283°50°87°
CMYK 0.140.500.00   0.13
XYZ40.246627.502272.2945
Yxy27.50220.28740.1964
Hunter Lab52.442545.2139-45.0243
CIE-Lab59.436350.3063-44.4171

#bf6ede color RGB value is (191,110,222).

#bf6ede hex color red value is 191, green value is 110 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bf6ede hue: 0.79 , saturation: 0.63 and the lightness value of bf6ede is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101110 11011110
Octal 277 156 336
Decimal 191 110 222
Hex BF 6E DE

RGB Percentages of Color #bf6ede

%36.52
%21.03
%42.45

CMYK Percentages of Color #bf6ede

%14
%50
%0
%13

Triadic Colors of #bf6ede

#bf6ede #debf6e #6edebf

Analogous Colors of #bf6ede

#bf6ede #de6ec5 #876ede

Monochromatic Colors of #bf6ede

#bf6ede

Complementary Color

#bf6ede #8dde6e

#bf6ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6ede Color CSS Codes

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

#bf6ede Text Font Color

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

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


#bf6ede Background Color

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

This div background color is #bf6ede


#bf6ede Border Color

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

This div border color is #bf6ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6ede


Comments

No comments written yet.

Please login to write comment.