Color Hex Logo

#bd394b Color Hex

#BD394B
(189,57,75)
0 Favorites   0 Comments

Color spaces of #bd394b

RGB 1895775
HSL0.980.540.48
HSV352°70°74°
CMYK 0.000.700.60   0.26
XYZ23.719414.25318.1576
Yxy14.25310.51420.3090
Hunter Lab37.753346.078713.6161
CIE-Lab44.593753.613120.1584

#bd394b color RGB value is (189,57,75).

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

The process color (four color CMYK) of #bd394b color hex is 0.00, 0.70, 0.60, 0.26. Web safe color of #bd394b is #cc3333. Color #bd394b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111001 01001011
Octal 275 71 113
Decimal 189 57 75
Hex BD 39 4B

RGB Percentages of Color #bd394b

%58.88
%17.76
%23.36

CMYK Percentages of Color #bd394b

%0
%70
%60
%26

Triadic Colors of #bd394b

#bd394b #4bbd39 #394bbd

Analogous Colors of #bd394b

#bd394b #bd6939 #bd398d

Monochromatic Colors of #bd394b

#bd394b

Complementary Color

#bd394b #39bdab

#bd394b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd394b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd394b Color CSS Codes

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

#bd394b Text Font Color

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

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


#bd394b Background Color

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

This div background color is #bd394b


#bd394b Border Color

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

This div border color is #bd394b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd394b


Comments

No comments written yet.

Please login to write comment.