Color Hex Logo

#bd315e Color Hex

#BD315E
(189,49,94)
0 Favorites   0 Comments

Color spaces of #bd315e

RGB 1894994
HSL0.950.590.47
HSV341°74°74°
CMYK 0.000.740.50   0.26
XYZ24.105013.823611.9874
Yxy13.82360.48290.2769
Hunter Lab37.180150.66186.9101
CIE-Lab43.978957.96007.5561

#bd315e color RGB value is (189,49,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 01011110
Octal 275 61 136
Decimal 189 49 94
Hex BD 31 5E

RGB Percentages of Color #bd315e

%56.93
%14.76
%28.31

CMYK Percentages of Color #bd315e

%0
%74
%50
%26

Triadic Colors of #bd315e

#bd315e #5ebd31 #315ebd

Analogous Colors of #bd315e

#bd315e #bd4a31 #bd31a4

Monochromatic Colors of #bd315e

#bd315e

Complementary Color

#bd315e #31bd90

#bd315e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd315e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd315e Color CSS Codes

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

#bd315e Text Font Color

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

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


#bd315e Background Color

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

This div background color is #bd315e


#bd315e Border Color

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

This div border color is #bd315e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd315e


Comments

No comments written yet.

Please login to write comment.