Color Hex Logo

#bd2e4e Color Hex

#BD2E4E
(189,46,78)
0 Favorites   0 Comments

Color spaces of #bd2e4e

RGB 1894678
HSL0.960.610.46
HSV347°76°74°
CMYK 0.000.760.59   0.26
XYZ23.338413.32298.5492
Yxy13.32290.51620.2947
Hunter Lab36.500550.256711.6634
CIE-Lab43.245857.728616.5063

#bd2e4e color RGB value is (189,46,78).

#bd2e4e hex color red value is 189, green value is 46 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bd2e4e hue: 0.96 , saturation: 0.61 and the lightness value of bd2e4e is 0.46.

The process color (four color CMYK) of #bd2e4e color hex is 0.00, 0.76, 0.59, 0.26. Web safe color of #bd2e4e is #cc3366. Color #bd2e4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101110 01001110
Octal 275 56 116
Decimal 189 46 78
Hex BD 2E 4E

RGB Percentages of Color #bd2e4e

%60.38
%14.70
%24.92

CMYK Percentages of Color #bd2e4e

%0
%76
%59
%26

Triadic Colors of #bd2e4e

#bd2e4e #4ebd2e #2e4ebd

Analogous Colors of #bd2e4e

#bd2e4e #bd562e #bd2e96

Monochromatic Colors of #bd2e4e

#bd2e4e

Complementary Color

#bd2e4e #2ebd9d

#bd2e4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2e4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2e4e Color CSS Codes

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

#bd2e4e Text Font Color

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

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


#bd2e4e Background Color

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

This div background color is #bd2e4e


#bd2e4e Border Color

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

This div border color is #bd2e4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,46,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd2e4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd2e4e;
  -webkit-box-shadow: 1px 1px 3px 2px #bd2e4e;
  box-shadow:         1px 1px 3px 2px #bd2e4e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,46,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2e4e


Comments

No comments written yet.

Please login to write comment.