Color Hex Logo

#bf72ac Color Hex

#BF72AC
(191,114,172)
0 Favorites   0 Comments

Color spaces of #bf72ac

RGB 191114172
HSL0.870.380.60
HSV315°40°75°
CMYK 0.000.400.10   0.25
XYZ34.949626.089642.2235
Yxy26.08960.33850.2527
Hunter Lab51.078032.7504-13.2574
CIE-Lab58.122038.7188-18.0495

#bf72ac color RGB value is (191,114,172).

#bf72ac hex color red value is 191, green value is 114 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bf72ac hue: 0.87 , saturation: 0.38 and the lightness value of bf72ac is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110010 10101100
Octal 277 162 254
Decimal 191 114 172
Hex BF 72 AC

RGB Percentages of Color #bf72ac

%40.04
%23.90
%36.06

CMYK Percentages of Color #bf72ac

%0
%40
%10
%25

Triadic Colors of #bf72ac

#bf72ac #acbf72 #72acbf

Analogous Colors of #bf72ac

#bf72ac #bf7286 #ac72bf

Monochromatic Colors of #bf72ac

#bf72ac

Complementary Color

#bf72ac #72bf85

#bf72ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf72ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf72ac Color CSS Codes

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

#bf72ac Text Font Color

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

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


#bf72ac Background Color

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

This div background color is #bf72ac


#bf72ac Border Color

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

This div border color is #bf72ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf72ac


Comments

No comments written yet.

Please login to write comment.