Color Hex Logo

#bf80ce Color Hex

#BF80CE
(191,128,206)
0 Favorites   0 Comments

Color spaces of #bf80ce

RGB 191128206
HSL0.800.440.65
HSV288°38°81°
CMYK 0.070.380.00   0.19
XYZ40.345630.970962.2441
Yxy30.97090.30210.2319
Hunter Lab55.651532.0168-27.3576
CIE-Lab62.483137.4814-30.6721

#bf80ce color RGB value is (191,128,206).

#bf80ce hex color red value is 191, green value is 128 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bf80ce hue: 0.80 , saturation: 0.44 and the lightness value of bf80ce is 0.65.

The process color (four color CMYK) of #bf80ce color hex is 0.07, 0.38, 0.00, 0.19. Web safe color of #bf80ce is #cc99cc. Color #bf80ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000000 11001110
Octal 277 200 316
Decimal 191 128 206
Hex BF 80 CE

RGB Percentages of Color #bf80ce

%36.38
%24.38
%39.24

CMYK Percentages of Color #bf80ce

%7
%38
%0
%19

Triadic Colors of #bf80ce

#bf80ce #cebf80 #80cebf

Analogous Colors of #bf80ce

#bf80ce #ce80b6 #9880ce

Monochromatic Colors of #bf80ce

#bf80ce

Complementary Color

#bf80ce #8fce80

#bf80ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf80ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf80ce Color CSS Codes

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

#bf80ce Text Font Color

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

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


#bf80ce Background Color

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

This div background color is #bf80ce


#bf80ce Border Color

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

This div border color is #bf80ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf80ce


Comments

No comments written yet.

Please login to write comment.