Color Hex Logo

#bf7dae Color Hex

#BF7DAE
(191,125,174)
0 Favorites   0 Comments

Color spaces of #bf7dae

RGB 191125174
HSL0.880.340.62
HSV315°35°75°
CMYK 0.000.350.09   0.25
XYZ36.459528.799643.6817
Yxy28.79960.33470.2644
Hunter Lab53.665327.3564-10.6944
CIE-Lab60.604433.1049-15.4296

#bf7dae color RGB value is (191,125,174).

#bf7dae hex color red value is 191, green value is 125 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bf7dae hue: 0.88 , saturation: 0.34 and the lightness value of bf7dae is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111101 10101110
Octal 277 175 256
Decimal 191 125 174
Hex BF 7D AE

RGB Percentages of Color #bf7dae

%38.98
%25.51
%35.51

CMYK Percentages of Color #bf7dae

%0
%35
%9
%25

Triadic Colors of #bf7dae

#bf7dae #aebf7d #7daebf

Analogous Colors of #bf7dae

#bf7dae #bf7d8d #af7dbf

Monochromatic Colors of #bf7dae

#bf7dae

Complementary Color

#bf7dae #7dbf8e

#bf7dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7dae Color CSS Codes

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

#bf7dae Text Font Color

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

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


#bf7dae Background Color

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

This div background color is #bf7dae


#bf7dae Border Color

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

This div border color is #bf7dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7dae


Comments

No comments written yet.

Please login to write comment.