Color Hex Logo

#bf295a Color Hex

#BF295A
(191,41,90)
0 Favorites   0 Comments

Color spaces of #bf295a

RGB 1914190
HSL0.950.650.45
HSV340°79°75°
CMYK 0.000.790.53   0.25
XYZ24.124313.400410.9879
Yxy13.40040.49730.2762
Hunter Lab36.606653.57287.8280
CIE-Lab43.360560.71019.2316

#bf295a color RGB value is (191,41,90).

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

The process color (four color CMYK) of #bf295a color hex is 0.00, 0.79, 0.53, 0.25. Web safe color of #bf295a is #cc3366. Color #bf295a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00101001 01011010
Octal 277 51 132
Decimal 191 41 90
Hex BF 29 5A

RGB Percentages of Color #bf295a

%59.32
%12.73
%27.95

CMYK Percentages of Color #bf295a

%0
%79
%53
%25

Triadic Colors of #bf295a

#bf295a #5abf29 #295abf

Analogous Colors of #bf295a

#bf295a #bf4329 #bf29a5

Monochromatic Colors of #bf295a

#bf295a

Complementary Color

#bf295a #29bf8e

#bf295a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf295a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf295a Color CSS Codes

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

#bf295a Text Font Color

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

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


#bf295a Background Color

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

This div background color is #bf295a


#bf295a Border Color

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

This div border color is #bf295a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf295a


Comments

No comments written yet.

Please login to write comment.