Color Hex Logo

#bd318e Color Hex

#BD318E
(189,49,142)
0 Favorites   0 Comments

Color spaces of #bd318e

RGB 18949142
HSL0.890.590.47
HSV320°74°74°
CMYK 0.000.740.25   0.26
XYZ26.967114.968427.0591
Yxy14.96840.39090.2170
Hunter Lab38.689056.7127-14.3851
CIE-Lab45.590963.0724-19.5510

#bd318e color RGB value is (189,49,142).

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

The process color (four color CMYK) of #bd318e color hex is 0.00, 0.74, 0.25, 0.26. Web safe color of #bd318e is #cc3399. Color #bd318e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 10001110
Octal 275 61 216
Decimal 189 49 142
Hex BD 31 8E

RGB Percentages of Color #bd318e

%49.74
%12.89
%37.37

CMYK Percentages of Color #bd318e

%0
%74
%25
%26

Triadic Colors of #bd318e

#bd318e #8ebd31 #318ebd

Analogous Colors of #bd318e

#bd318e #bd3148 #a631bd

Monochromatic Colors of #bd318e

#bd318e

Complementary Color

#bd318e #31bd60

#bd318e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd318e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd318e Color CSS Codes

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

#bd318e Text Font Color

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

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


#bd318e Background Color

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

This div background color is #bd318e


#bd318e Border Color

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

This div border color is #bd318e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd318e


Comments

No comments written yet.

Please login to write comment.