Color Hex Logo

#bd336a Color Hex

#BD336A
(189,51,106)
0 Favorites   0 Comments

Color spaces of #bd336a

RGB 18951106
HSL0.930.580.47
HSV336°73°74°
CMYK 0.000.730.44   0.26
XYZ24.771614.227115.0762
Yxy14.22710.45810.2631
Hunter Lab37.718851.22082.7050
CIE-Lab44.556958.35960.9401

#bd336a color RGB value is (189,51,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110011 01101010
Octal 275 63 152
Decimal 189 51 106
Hex BD 33 6A

RGB Percentages of Color #bd336a

%54.62
%14.74
%30.64

CMYK Percentages of Color #bd336a

%0
%73
%44
%26

Triadic Colors of #bd336a

#bd336a #6abd33 #336abd

Analogous Colors of #bd336a

#bd336a #bd4133 #bd33af

Monochromatic Colors of #bd336a

#bd336a

Complementary Color

#bd336a #33bd86

#bd336a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd336a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd336a Color CSS Codes

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

#bd336a Text Font Color

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

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


#bd336a Background Color

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

This div background color is #bd336a


#bd336a Border Color

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

This div border color is #bd336a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,51,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 #bd336a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd336a


Comments

No comments written yet.

Please login to write comment.