Color Hex Logo

#bd364a Color Hex

#BD364A
(189,54,74)
0 Favorites   0 Comments

Color spaces of #bd364a

RGB 1895474
HSL0.980.560.48
HSV351°71°74°
CMYK 0.000.710.61   0.26
XYZ23.541513.95167.9307
Yxy13.95160.51830.3071
Hunter Lab37.351847.136313.5576
CIE-Lab44.163454.678920.2056

#bd364a color RGB value is (189,54,74).

#bd364a hex color red value is 189, green value is 54 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bd364a hue: 0.98 , saturation: 0.56 and the lightness value of bd364a is 0.48.

The process color (four color CMYK) of #bd364a color hex is 0.00, 0.71, 0.61, 0.26. Web safe color of #bd364a is #cc3333. Color #bd364a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110110 01001010
Octal 275 66 112
Decimal 189 54 74
Hex BD 36 4A

RGB Percentages of Color #bd364a

%59.62
%17.03
%23.34

CMYK Percentages of Color #bd364a

%0
%71
%61
%26

Triadic Colors of #bd364a

#bd364a #4abd36 #364abd

Analogous Colors of #bd364a

#bd364a #bd6636 #bd368e

Monochromatic Colors of #bd364a

#bd364a

Complementary Color

#bd364a #36bda9

#bd364a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd364a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd364a Color CSS Codes

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

#bd364a Text Font Color

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

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


#bd364a Background Color

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

This div background color is #bd364a


#bd364a Border Color

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

This div border color is #bd364a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd364a


Comments

No comments written yet.

Please login to write comment.