Color Hex Logo

#bd346a Color Hex

#BD346A
(189,52,106)
0 Favorites   0 Comments

Color spaces of #bd346a

RGB 18952106
HSL0.930.570.47
HSV336°72°74°
CMYK 0.000.720.44   0.26
XYZ24.815814.315415.0909
Yxy14.31540.45770.2640
Hunter Lab37.835750.86272.8370
CIE-Lab44.681958.01061.1221

#bd346a color RGB value is (189,52,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110100 01101010
Octal 275 64 152
Decimal 189 52 106
Hex BD 34 6A

RGB Percentages of Color #bd346a

%54.47
%14.99
%30.55

CMYK Percentages of Color #bd346a

%0
%72
%44
%26

Triadic Colors of #bd346a

#bd346a #6abd34 #346abd

Analogous Colors of #bd346a

#bd346a #bd4334 #bd34af

Monochromatic Colors of #bd346a

#bd346a

Complementary Color

#bd346a #34bd87

#bd346a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd346a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd346a Color CSS Codes

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

#bd346a Text Font Color

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

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


#bd346a Background Color

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

This div background color is #bd346a


#bd346a Border Color

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

This div border color is #bd346a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd346a


Comments

No comments written yet.

Please login to write comment.