Color Hex Logo

#bd5d93 Color Hex

#BD5D93
(189,93,147)
0 Favorites   0 Comments

Color spaces of #bd5d93

RGB 18993147
HSL0.910.420.55
HSV326°51°74°
CMYK 0.000.510.22   0.26
XYZ30.167120.754130.0197
Yxy20.75410.37270.2564
Hunter Lab45.556738.4765-7.1797
CIE-Lab52.679345.0318-11.7577

#bd5d93 color RGB value is (189,93,147).

#bd5d93 hex color red value is 189, green value is 93 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bd5d93 hue: 0.91 , saturation: 0.42 and the lightness value of bd5d93 is 0.55.

The process color (four color CMYK) of #bd5d93 color hex is 0.00, 0.51, 0.22, 0.26. Web safe color of #bd5d93 is #cc6699. Color #bd5d93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011101 10010011
Octal 275 135 223
Decimal 189 93 147
Hex BD 5D 93

RGB Percentages of Color #bd5d93

%44.06
%21.68
%34.27

CMYK Percentages of Color #bd5d93

%0
%51
%22
%26

Triadic Colors of #bd5d93

#bd5d93 #93bd5d #5d93bd

Analogous Colors of #bd5d93

#bd5d93 #bd5d63 #b75dbd

Monochromatic Colors of #bd5d93

#bd5d93

Complementary Color

#bd5d93 #5dbd87

#bd5d93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5d93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5d93 Color CSS Codes

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

#bd5d93 Text Font Color

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

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


#bd5d93 Background Color

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

This div background color is #bd5d93


#bd5d93 Border Color

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

This div border color is #bd5d93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5d93


Comments

No comments written yet.

Please login to write comment.