Color Hex Logo

#bf299e Color Hex

#BF299E
(191,41,158)
0 Favorites   0 Comments

Color spaces of #bf299e

RGB 19141158
HSL0.870.650.45
HSV313°79°75°
CMYK 0.000.790.17   0.25
XYZ28.450415.130933.7688
Yxy15.13090.36780.1956
Hunter Lab38.898562.4829-24.2423
CIE-Lab45.813068.0318-28.8041

#bf299e color RGB value is (191,41,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00101001 10011110
Octal 277 51 236
Decimal 191 41 158
Hex BF 29 9E

RGB Percentages of Color #bf299e

%48.97
%10.51
%40.51

CMYK Percentages of Color #bf299e

%0
%79
%17
%25

Triadic Colors of #bf299e

#bf299e #9ebf29 #299ebf

Analogous Colors of #bf299e

#bf299e #bf2953 #9529bf

Monochromatic Colors of #bf299e

#bf299e

Complementary Color

#bf299e #29bf4a

#bf299e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf299e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf299e Color CSS Codes

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

#bf299e Text Font Color

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

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


#bf299e Background Color

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

This div background color is #bf299e


#bf299e Border Color

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

This div border color is #bf299e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf299e


Comments

No comments written yet.

Please login to write comment.