Color Hex Logo

#bf76be Color Hex

#BF76BE
(191,118,190)
0 Favorites   0 Comments

Color spaces of #bf76be

RGB 191118190
HSL0.840.360.61
HSV301°38°75°
CMYK 0.000.380.01   0.25
XYZ37.258627.750952.1079
Yxy27.75090.31810.2369
Hunter Lab52.679134.0600-21.7717
CIE-Lab59.663039.7974-25.9853

#bf76be color RGB value is (191,118,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110110 10111110
Octal 277 166 276
Decimal 191 118 190
Hex BF 76 BE

RGB Percentages of Color #bf76be

%38.28
%23.65
%38.08

CMYK Percentages of Color #bf76be

%0
%38
%1
%25

Triadic Colors of #bf76be

#bf76be #bebf76 #76bebf

Analogous Colors of #bf76be

#bf76be #bf769a #9c76bf

Monochromatic Colors of #bf76be

#bf76be

Complementary Color

#bf76be #76bf77

#bf76be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf76be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf76be Color CSS Codes

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

#bf76be Text Font Color

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

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


#bf76be Background Color

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

This div background color is #bf76be


#bf76be Border Color

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

This div border color is #bf76be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf76be


Comments

No comments written yet.

Please login to write comment.