Color Hex Logo

#bf76de Color Hex

#BF76DE
(191,118,222)
0 Favorites   0 Comments

Color spaces of #bf76de

RGB 191118222
HSL0.780.610.67
HSV282°47°87°
CMYK 0.140.470.00   0.13
XYZ41.149129.307272.5953
Yxy29.30720.28770.2049
Hunter Lab54.136140.9404-41.6112
CIE-Lab61.051846.1288-41.8735

#bf76de color RGB value is (191,118,222).

#bf76de hex color red value is 191, green value is 118 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bf76de hue: 0.78 , saturation: 0.61 and the lightness value of bf76de is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110110 11011110
Octal 277 166 336
Decimal 191 118 222
Hex BF 76 DE

RGB Percentages of Color #bf76de

%35.97
%22.22
%41.81

CMYK Percentages of Color #bf76de

%14
%47
%0
%13

Triadic Colors of #bf76de

#bf76de #debf76 #76debf

Analogous Colors of #bf76de

#bf76de #de76c9 #8b76de

Monochromatic Colors of #bf76de

#bf76de

Complementary Color

#bf76de #95de76

#bf76de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf76de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf76de Color CSS Codes

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

#bf76de Text Font Color

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

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


#bf76de Background Color

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

This div background color is #bf76de


#bf76de Border Color

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

This div border color is #bf76de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf76de


Comments

No comments written yet.

Please login to write comment.