Color Hex Logo

#bf4eac Color Hex

#BF4EAC
(191,78,172)
0 Favorites   0 Comments

Color spaces of #bf4eac

RGB 19178172
HSL0.860.470.53
HSV310°59°75°
CMYK 0.000.590.10   0.25
XYZ31.656619.503741.1258
Yxy19.50370.34300.2113
Hunter Lab44.163050.6658-24.2984
CIE-Lab51.271456.6239-28.5859

#bf4eac color RGB value is (191,78,172).

#bf4eac hex color red value is 191, green value is 78 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bf4eac hue: 0.86 , saturation: 0.47 and the lightness value of bf4eac is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001110 10101100
Octal 277 116 254
Decimal 191 78 172
Hex BF 4E AC

RGB Percentages of Color #bf4eac

%43.31
%17.69
%39.00

CMYK Percentages of Color #bf4eac

%0
%59
%10
%25

Triadic Colors of #bf4eac

#bf4eac #acbf4e #4eacbf

Analogous Colors of #bf4eac

#bf4eac #bf4e74 #9a4ebf

Monochromatic Colors of #bf4eac

#bf4eac

Complementary Color

#bf4eac #4ebf61

#bf4eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4eac Color CSS Codes

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

#bf4eac Text Font Color

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

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


#bf4eac Background Color

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

This div background color is #bf4eac


#bf4eac Border Color

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

This div border color is #bf4eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4eac


Comments

No comments written yet.

Please login to write comment.