Color Hex Logo

#bd4393 Color Hex

#BD4393
(189,67,147)
0 Favorites   0 Comments

Color spaces of #bd4393

RGB 18967147
HSL0.890.480.50
HSV321°65°74°
CMYK 0.000.650.22   0.26
XYZ28.259916.939729.3840
Yxy16.93970.37890.2271
Hunter Lab41.157950.5358-13.5186
CIE-Lab48.184057.0638-18.5829

#bd4393 color RGB value is (189,67,147).

#bd4393 hex color red value is 189, green value is 67 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bd4393 hue: 0.89 , saturation: 0.48 and the lightness value of bd4393 is 0.50.

The process color (four color CMYK) of #bd4393 color hex is 0.00, 0.65, 0.22, 0.26. Web safe color of #bd4393 is #cc3399. Color #bd4393 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 10010011
Octal 275 103 223
Decimal 189 67 147
Hex BD 43 93

RGB Percentages of Color #bd4393

%46.90
%16.63
%36.48

CMYK Percentages of Color #bd4393

%0
%65
%22
%26

Triadic Colors of #bd4393

#bd4393 #93bd43 #4393bd

Analogous Colors of #bd4393

#bd4393 #bd4356 #aa43bd

Monochromatic Colors of #bd4393

#bd4393

Complementary Color

#bd4393 #43bd6d

#bd4393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4393 Color CSS Codes

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

#bd4393 Text Font Color

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

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


#bd4393 Background Color

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

This div background color is #bd4393


#bd4393 Border Color

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

This div border color is #bd4393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4393

#bd4393 Color Palettes


Comments

No comments written yet.

Please login to write comment.