Color Hex Logo

#bf79ce Color Hex

#BF79CE
(191,121,206)
0 Favorites   0 Comments

Color spaces of #bf79ce

RGB 191121206
HSL0.800.460.64
HSV289°41°81°
CMYK 0.070.410.00   0.19
XYZ39.463829.207361.9501
Yxy29.20730.30210.2236
Hunter Lab54.043835.7675-30.1332
CIE-Lab60.964141.2706-33.0292

#bf79ce color RGB value is (191,121,206).

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

The process color (four color CMYK) of #bf79ce color hex is 0.07, 0.41, 0.00, 0.19. Web safe color of #bf79ce is #cc66cc. Color #bf79ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111001 11001110
Octal 277 171 316
Decimal 191 121 206
Hex BF 79 CE

RGB Percentages of Color #bf79ce

%36.87
%23.36
%39.77

CMYK Percentages of Color #bf79ce

%7
%41
%0
%19

Triadic Colors of #bf79ce

#bf79ce #cebf79 #79cebf

Analogous Colors of #bf79ce

#bf79ce #ce79b3 #9579ce

Monochromatic Colors of #bf79ce

#bf79ce

Complementary Color

#bf79ce #88ce79

#bf79ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf79ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf79ce Color CSS Codes

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

#bf79ce Text Font Color

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

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


#bf79ce Background Color

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

This div background color is #bf79ce


#bf79ce Border Color

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

This div border color is #bf79ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf79ce


Comments

No comments written yet.

Please login to write comment.