Color Hex Logo

#bf29ae Color Hex

#BF29AE
(191,41,174)
0 Favorites   0 Comments

Color spaces of #bf29ae

RGB 19141174
HSL0.850.650.45
HSV307°79°75°
CMYK 0.000.790.09   0.25
XYZ29.918815.718241.5014
Yxy15.71820.34330.1804
Hunter Lab39.646265.3233-34.3121
CIE-Lab46.602670.2863-37.0744

#bf29ae color RGB value is (191,41,174).

#bf29ae hex color red value is 191, green value is 41 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bf29ae hue: 0.85 , saturation: 0.65 and the lightness value of bf29ae is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00101001 10101110
Octal 277 51 256
Decimal 191 41 174
Hex BF 29 AE

RGB Percentages of Color #bf29ae

%47.04
%10.10
%42.86

CMYK Percentages of Color #bf29ae

%0
%79
%9
%25

Triadic Colors of #bf29ae

#bf29ae #aebf29 #29aebf

Analogous Colors of #bf29ae

#bf29ae #bf2963 #8529bf

Monochromatic Colors of #bf29ae

#bf29ae

Complementary Color

#bf29ae #29bf3a

#bf29ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf29ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf29ae Color CSS Codes

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

#bf29ae Text Font Color

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

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


#bf29ae Background Color

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

This div background color is #bf29ae


#bf29ae Border Color

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

This div border color is #bf29ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf29ae


Comments

No comments written yet.

Please login to write comment.