Color Hex Logo

#bf4cae Color Hex

#BF4CAE
(191,76,174)
0 Favorites   0 Comments

Color spaces of #bf4cae

RGB 19176174
HSL0.860.470.52
HSV309°60°75°
CMYK 0.000.600.09   0.25
XYZ31.710319.301242.0986
Yxy19.30120.34060.2073
Hunter Lab43.933151.9557-26.0610
CIE-Lab51.037757.8268-30.1198

#bf4cae color RGB value is (191,76,174).

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

The process color (four color CMYK) of #bf4cae color hex is 0.00, 0.60, 0.09, 0.25. Web safe color of #bf4cae is #cc3399. Color #bf4cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001100 10101110
Octal 277 114 256
Decimal 191 76 174
Hex BF 4C AE

RGB Percentages of Color #bf4cae

%43.31
%17.23
%39.46

CMYK Percentages of Color #bf4cae

%0
%60
%9
%25

Triadic Colors of #bf4cae

#bf4cae #aebf4c #4caebf

Analogous Colors of #bf4cae

#bf4cae #bf4c75 #974cbf

Monochromatic Colors of #bf4cae

#bf4cae

Complementary Color

#bf4cae #4cbf5d

#bf4cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4cae Color CSS Codes

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

#bf4cae Text Font Color

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

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


#bf4cae Background Color

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

This div background color is #bf4cae


#bf4cae Border Color

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

This div border color is #bf4cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4cae


Comments

No comments written yet.

Please login to write comment.