Color Hex Logo

#bd488e Color Hex

#BD488E
(189,72,142)
0 Favorites   0 Comments

Color spaces of #bd488e

RGB 18972142
HSL0.900.470.51
HSV324°62°74°
CMYK 0.000.620.25   0.26
XYZ28.186117.406527.4654
Yxy17.40650.38580.2383
Hunter Lab41.721147.5798-9.8264
CIE-Lab48.768254.2548-14.6991

#bd488e color RGB value is (189,72,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001000 10001110
Octal 275 110 216
Decimal 189 72 142
Hex BD 48 8E

RGB Percentages of Color #bd488e

%46.90
%17.87
%35.24

CMYK Percentages of Color #bd488e

%0
%62
%25
%26

Triadic Colors of #bd488e

#bd488e #8ebd48 #488ebd

Analogous Colors of #bd488e

#bd488e #bd4854 #b248bd

Monochromatic Colors of #bd488e

#bd488e

Complementary Color

#bd488e #48bd77

#bd488e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd488e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd488e Color CSS Codes

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

#bd488e Text Font Color

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

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


#bd488e Background Color

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

This div background color is #bd488e


#bd488e Border Color

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

This div border color is #bd488e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd488e


Comments

No comments written yet.

Please login to write comment.