Color Hex Logo

#bd346f Color Hex

#BD346F
(189,52,111)
0 Favorites   0 Comments

Color spaces of #bd346f

RGB 18952111
HSL0.930.570.47
HSV334°72°74°
CMYK 0.000.720.41   0.26
XYZ25.083514.422516.5007
Yxy14.42250.44790.2575
Hunter Lab37.977051.43820.8228
CIE-Lab44.832958.5049-1.7453

#bd346f color RGB value is (189,52,111).

#bd346f hex color red value is 189, green value is 52 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bd346f hue: 0.93 , saturation: 0.57 and the lightness value of bd346f is 0.47.

The process color (four color CMYK) of #bd346f color hex is 0.00, 0.72, 0.41, 0.26. Web safe color of #bd346f is #cc3366. Color #bd346f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110100 01101111
Octal 275 64 157
Decimal 189 52 111
Hex BD 34 6F

RGB Percentages of Color #bd346f

%53.69
%14.77
%31.53

CMYK Percentages of Color #bd346f

%0
%72
%41
%26

Triadic Colors of #bd346f

#bd346f #6fbd34 #346fbd

Analogous Colors of #bd346f

#bd346f #bd3e34 #bd34b4

Monochromatic Colors of #bd346f

#bd346f

Complementary Color

#bd346f #34bd82

#bd346f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd346f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd346f Color CSS Codes

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

#bd346f Text Font Color

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

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


#bd346f Background Color

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

This div background color is #bd346f


#bd346f Border Color

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

This div border color is #bd346f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd346f


Comments

No comments written yet.

Please login to write comment.