Color Hex Logo

#bf73aa Color Hex

#BF73AA
(191,115,170)
0 Favorites   0 Comments

Color spaces of #bf73aa

RGB 191115170
HSL0.880.370.60
HSV317°40°75°
CMYK 0.000.400.11   0.25
XYZ34.872326.240141.2571
Yxy26.24010.34070.2563
Hunter Lab51.225131.8728-11.8951
CIE-Lab58.264337.8414-16.6830

#bf73aa color RGB value is (191,115,170).

#bf73aa hex color red value is 191, green value is 115 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bf73aa hue: 0.88 , saturation: 0.37 and the lightness value of bf73aa is 0.60.

The process color (four color CMYK) of #bf73aa color hex is 0.00, 0.40, 0.11, 0.25. Web safe color of #bf73aa is #cc6699. Color #bf73aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110011 10101010
Octal 277 163 252
Decimal 191 115 170
Hex BF 73 AA

RGB Percentages of Color #bf73aa

%40.13
%24.16
%35.71

CMYK Percentages of Color #bf73aa

%0
%40
%11
%25

Triadic Colors of #bf73aa

#bf73aa #aabf73 #73aabf

Analogous Colors of #bf73aa

#bf73aa #bf7384 #ae73bf

Monochromatic Colors of #bf73aa

#bf73aa

Complementary Color

#bf73aa #73bf88

#bf73aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf73aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf73aa Color CSS Codes

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

#bf73aa Text Font Color

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

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


#bf73aa Background Color

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

This div background color is #bf73aa


#bf73aa Border Color

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

This div border color is #bf73aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf73aa


Comments

No comments written yet.

Please login to write comment.