Color Hex Logo

#bf79c1 Color Hex

#BF79C1
(191,121,193)
0 Favorites   0 Comments

Color spaces of #bf79c1

RGB 191121193
HSL0.830.370.62
HSV298°37°76°
CMYK 0.010.370.00   0.24
XYZ37.948928.601453.9726
Yxy28.60140.31490.2373
Hunter Lab53.480333.0708-22.3996
CIE-Lab60.428238.7452-26.5103

#bf79c1 color RGB value is (191,121,193).

#bf79c1 hex color red value is 191, green value is 121 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #bf79c1 hue: 0.83 , saturation: 0.37 and the lightness value of bf79c1 is 0.62.

The process color (four color CMYK) of #bf79c1 color hex is 0.01, 0.37, 0.00, 0.24. Web safe color of #bf79c1 is #cc66cc. Color #bf79c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111001 11000001
Octal 277 171 301
Decimal 191 121 193
Hex BF 79 C1

RGB Percentages of Color #bf79c1

%37.82
%23.96
%38.22

CMYK Percentages of Color #bf79c1

%1
%37
%0
%24

Triadic Colors of #bf79c1

#bf79c1 #c1bf79 #79c1bf

Analogous Colors of #bf79c1

#bf79c1 #c1799f #9b79c1

Monochromatic Colors of #bf79c1

#bf79c1

Complementary Color

#bf79c1 #7bc179

#bf79c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf79c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf79c1 Color CSS Codes

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

#bf79c1 Text Font Color

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

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


#bf79c1 Background Color

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

This div background color is #bf79c1


#bf79c1 Border Color

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

This div border color is #bf79c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf79c1


Comments

No comments written yet.

Please login to write comment.