Color Hex Logo

#bf5cae Color Hex

#BF5CAE
(191,92,174)
0 Favorites   0 Comments

Color spaces of #bf5cae

RGB 19192174
HSL0.860.440.55
HSV310°52°75°
CMYK 0.000.520.09   0.25
XYZ32.953021.786742.5128
Yxy21.78670.33880.2240
Hunter Lab46.676244.3360-21.3281
CIE-Lab53.800050.3929-25.8337

#bf5cae color RGB value is (191,92,174).

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

The process color (four color CMYK) of #bf5cae color hex is 0.00, 0.52, 0.09, 0.25. Web safe color of #bf5cae is #cc6699. Color #bf5cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011100 10101110
Octal 277 134 256
Decimal 191 92 174
Hex BF 5C AE

RGB Percentages of Color #bf5cae

%41.79
%20.13
%38.07

CMYK Percentages of Color #bf5cae

%0
%52
%9
%25

Triadic Colors of #bf5cae

#bf5cae #aebf5c #5caebf

Analogous Colors of #bf5cae

#bf5cae #bf5c7d #9f5cbf

Monochromatic Colors of #bf5cae

#bf5cae

Complementary Color

#bf5cae #5cbf6d

#bf5cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf5cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf5cae Color CSS Codes

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

#bf5cae Text Font Color

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

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


#bf5cae Background Color

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

This div background color is #bf5cae


#bf5cae Border Color

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

This div border color is #bf5cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf5cae


Comments

No comments written yet.

Please login to write comment.