Color Hex Logo

#bd394f Color Hex

#BD394F
(189,57,79)
0 Favorites   0 Comments

Color spaces of #bd394f

RGB 1895779
HSL0.970.540.48
HSV350°70°74°
CMYK 0.000.700.58   0.26
XYZ23.860714.30968.9016
Yxy14.30960.50690.3040
Hunter Lab37.828046.393012.5276
CIE-Lab44.673753.892317.8072

#bd394f color RGB value is (189,57,79).

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

The process color (four color CMYK) of #bd394f color hex is 0.00, 0.70, 0.58, 0.26. Web safe color of #bd394f is #cc3366. Color #bd394f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111001 01001111
Octal 275 71 117
Decimal 189 57 79
Hex BD 39 4F

RGB Percentages of Color #bd394f

%58.15
%17.54
%24.31

CMYK Percentages of Color #bd394f

%0
%70
%58
%26

Triadic Colors of #bd394f

#bd394f #4fbd39 #394fbd

Analogous Colors of #bd394f

#bd394f #bd6539 #bd3991

Monochromatic Colors of #bd394f

#bd394f

Complementary Color

#bd394f #39bda7

#bd394f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd394f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd394f Color CSS Codes

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

#bd394f Text Font Color

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

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


#bd394f Background Color

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

This div background color is #bd394f


#bd394f Border Color

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

This div border color is #bd394f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd394f


Comments

No comments written yet.

Please login to write comment.