Color Hex Logo

#bd316e Color Hex

#BD316E
(189,49,110)
0 Favorites   0 Comments

Color spaces of #bd316e

RGB 18949110
HSL0.930.590.47
HSV334°74°74°
CMYK 0.000.740.42   0.26
XYZ24.899114.141216.1691
Yxy14.14120.45100.2561
Hunter Lab37.604852.38110.8302
CIE-Lab44.434859.4330-1.7125

#bd316e color RGB value is (189,49,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 01101110
Octal 275 61 156
Decimal 189 49 110
Hex BD 31 6E

RGB Percentages of Color #bd316e

%54.31
%14.08
%31.61

CMYK Percentages of Color #bd316e

%0
%74
%42
%26

Triadic Colors of #bd316e

#bd316e #6ebd31 #316ebd

Analogous Colors of #bd316e

#bd316e #bd3a31 #bd31b4

Monochromatic Colors of #bd316e

#bd316e

Complementary Color

#bd316e #31bd80

#bd316e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd316e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd316e Color CSS Codes

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

#bd316e Text Font Color

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

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


#bd316e Background Color

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

This div background color is #bd316e


#bd316e Border Color

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

This div border color is #bd316e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd316e


Comments

No comments written yet.

Please login to write comment.