Color Hex Logo

#bd346e Color Hex

#BD346E
(189,52,110)
0 Favorites   0 Comments

Color spaces of #bd346e

RGB 18952110
HSL0.930.570.47
HSV335°72°74°
CMYK 0.000.720.42   0.26
XYZ25.028714.400616.2123
Yxy14.40060.44980.2588
Hunter Lab37.948151.32051.2337
CIE-Lab44.802058.4040-1.1735

#bd346e color RGB value is (189,52,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110100 01101110
Octal 275 64 156
Decimal 189 52 110
Hex BD 34 6E

RGB Percentages of Color #bd346e

%53.85
%14.81
%31.34

CMYK Percentages of Color #bd346e

%0
%72
%42
%26

Triadic Colors of #bd346e

#bd346e #6ebd34 #346ebd

Analogous Colors of #bd346e

#bd346e #bd3f34 #bd34b3

Monochromatic Colors of #bd346e

#bd346e

Complementary Color

#bd346e #34bd83

#bd346e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd346e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd346e Color CSS Codes

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

#bd346e Text Font Color

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

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


#bd346e Background Color

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

This div background color is #bd346e


#bd346e Border Color

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

This div border color is #bd346e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd346e


Comments

No comments written yet.

Please login to write comment.