Color Hex Logo

#bf2d4a Color Hex

#BF2D4A
(191,45,74)
0 Favorites   0 Comments

Color spaces of #bf2d4a

RGB 1914574
HSL0.970.620.46
HSV348°76°75°
CMYK 0.000.760.61   0.25
XYZ23.660313.44767.8272
Yxy13.44760.52650.2993
Hunter Lab36.671050.994913.0146
CIE-Lab43.430158.367319.3061

#bf2d4a color RGB value is (191,45,74).

#bf2d4a hex color red value is 191, green value is 45 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bf2d4a hue: 0.97 , saturation: 0.62 and the lightness value of bf2d4a is 0.46.

The process color (four color CMYK) of #bf2d4a color hex is 0.00, 0.76, 0.61, 0.25. Web safe color of #bf2d4a is #cc3333. Color #bf2d4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00101101 01001010
Octal 277 55 112
Decimal 191 45 74
Hex BF 2D 4A

RGB Percentages of Color #bf2d4a

%61.61
%14.52
%23.87

CMYK Percentages of Color #bf2d4a

%0
%76
%61
%25

Triadic Colors of #bf2d4a

#bf2d4a #4abf2d #2d4abf

Analogous Colors of #bf2d4a

#bf2d4a #bf592d #bf2d93

Monochromatic Colors of #bf2d4a

#bf2d4a

Complementary Color

#bf2d4a #2dbfa2

#bf2d4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf2d4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf2d4a Color CSS Codes

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

#bf2d4a Text Font Color

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

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


#bf2d4a Background Color

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

This div background color is #bf2d4a


#bf2d4a Border Color

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

This div border color is #bf2d4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf2d4a


Comments

No comments written yet.

Please login to write comment.