Color Hex Logo

#bd3993 Color Hex

#BD3993
(189,57,147)
0 Favorites   0 Comments

Color spaces of #bd3993

RGB 18957147
HSL0.890.540.48
HSV319°70°74°
CMYK 0.000.700.22   0.26
XYZ27.715915.851729.2027
Yxy15.85170.38090.2178
Hunter Lab39.814254.5846-15.6178
CIE-Lab46.779360.9631-20.7384

#bd3993 color RGB value is (189,57,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111001 10010011
Octal 275 71 223
Decimal 189 57 147
Hex BD 39 93

RGB Percentages of Color #bd3993

%48.09
%14.50
%37.40

CMYK Percentages of Color #bd3993

%0
%70
%22
%26

Triadic Colors of #bd3993

#bd3993 #93bd39 #3993bd

Analogous Colors of #bd3993

#bd3993 #bd3951 #a539bd

Monochromatic Colors of #bd3993

#bd3993

Complementary Color

#bd3993 #39bd63

#bd3993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3993 Color CSS Codes

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

#bd3993 Text Font Color

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

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


#bd3993 Background Color

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

This div background color is #bd3993


#bd3993 Border Color

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

This div border color is #bd3993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3993


Comments

No comments written yet.

Please login to write comment.