Color Hex Logo

#bd458e Color Hex

#BD458E
(189,69,142)
0 Favorites   0 Comments

Color spaces of #bd458e

RGB 18969142
HSL0.900.480.51
HSV324°63°74°
CMYK 0.000.630.25   0.26
XYZ27.996917.028127.4023
Yxy17.02810.38660.2351
Hunter Lab41.265148.8919-10.4862
CIE-Lab48.295455.5449-15.4174

#bd458e color RGB value is (189,69,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000101 10001110
Octal 275 105 216
Decimal 189 69 142
Hex BD 45 8E

RGB Percentages of Color #bd458e

%47.25
%17.25
%35.50

CMYK Percentages of Color #bd458e

%0
%63
%25
%26

Triadic Colors of #bd458e

#bd458e #8ebd45 #458ebd

Analogous Colors of #bd458e

#bd458e #bd4552 #b045bd

Monochromatic Colors of #bd458e

#bd458e

Complementary Color

#bd458e #45bd74

#bd458e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd458e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd458e Color CSS Codes

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

#bd458e Text Font Color

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

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


#bd458e Background Color

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

This div background color is #bd458e


#bd458e Border Color

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

This div border color is #bd458e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd458e


Comments

No comments written yet.

Please login to write comment.