Color Hex Logo

#bd134e Color Hex

#BD134E
(189,19,78)
0 Favorites   0 Comments

Color spaces of #bd134e

RGB 1891978
HSL0.940.820.41
HSV339°90°74°
CMYK 0.000.900.59   0.26
XYZ22.594311.83468.3012
Yxy11.83460.52880.2770
Hunter Lab34.401557.03339.7741
CIE-Lab40.952064.252013.3877

#bd134e color RGB value is (189,19,78).

#bd134e hex color red value is 189, green value is 19 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bd134e hue: 0.94 , saturation: 0.82 and the lightness value of bd134e is 0.41.

The process color (four color CMYK) of #bd134e color hex is 0.00, 0.90, 0.59, 0.26. Web safe color of #bd134e is #cc0066. Color #bd134e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010011 01001110
Octal 275 23 116
Decimal 189 19 78
Hex BD 13 4E

RGB Percentages of Color #bd134e

%66.08
%6.64
%27.27

CMYK Percentages of Color #bd134e

%0
%90
%59
%26

Triadic Colors of #bd134e

#bd134e #4ebd13 #134ebd

Analogous Colors of #bd134e

#bd134e #bd2d13 #bd13a3

Monochromatic Colors of #bd134e

#bd134e

Complementary Color

#bd134e #13bd82

#bd134e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd134e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd134e Color CSS Codes

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

#bd134e Text Font Color

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

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


#bd134e Background Color

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

This div background color is #bd134e


#bd134e Border Color

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

This div border color is #bd134e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd134e


Comments

No comments written yet.

Please login to write comment.