Color Hex Logo

#bd326f Color Hex

#BD326F
(189,50,111)
0 Favorites   0 Comments

Color spaces of #bd326f

RGB 18950111
HSL0.930.580.47
HSV334°74°74°
CMYK 0.000.740.41   0.26
XYZ24.996114.247716.4716
Yxy14.24770.44860.2557
Hunter Lab37.746152.14990.5494
CIE-Lab44.586159.1956-2.1080

#bd326f color RGB value is (189,50,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110010 01101111
Octal 275 62 157
Decimal 189 50 111
Hex BD 32 6F

RGB Percentages of Color #bd326f

%54.00
%14.29
%31.71

CMYK Percentages of Color #bd326f

%0
%74
%41
%26

Triadic Colors of #bd326f

#bd326f #6fbd32 #326fbd

Analogous Colors of #bd326f

#bd326f #bd3b32 #bd32b5

Monochromatic Colors of #bd326f

#bd326f

Complementary Color

#bd326f #32bd80

#bd326f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd326f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd326f Color CSS Codes

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

#bd326f Text Font Color

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

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


#bd326f Background Color

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

This div background color is #bd326f


#bd326f Border Color

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

This div border color is #bd326f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd326f


Comments

No comments written yet.

Please login to write comment.