Color Hex Logo

#bd397d Color Hex

#BD397D
(189,57,125)
0 Favorites   0 Comments

Color spaces of #bd397d

RGB 18957125
HSL0.910.540.48
HSV329°70°74°
CMYK 0.000.700.34   0.26
XYZ26.151115.225720.9626
Yxy15.22570.41950.2442
Hunter Lab39.020151.3446-4.5380
CIE-Lab45.941858.2120-8.6887

#bd397d color RGB value is (189,57,125).

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

The process color (four color CMYK) of #bd397d color hex is 0.00, 0.70, 0.34, 0.26. Web safe color of #bd397d is #cc3366. Color #bd397d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111001 01111101
Octal 275 71 175
Decimal 189 57 125
Hex BD 39 7D

RGB Percentages of Color #bd397d

%50.94
%15.36
%33.69

CMYK Percentages of Color #bd397d

%0
%70
%34
%26

Triadic Colors of #bd397d

#bd397d #7dbd39 #397dbd

Analogous Colors of #bd397d

#bd397d #bd393b #bb39bd

Monochromatic Colors of #bd397d

#bd397d

Complementary Color

#bd397d #39bd79

#bd397d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd397d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd397d Color CSS Codes

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

#bd397d Text Font Color

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

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


#bd397d Background Color

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

This div background color is #bd397d


#bd397d Border Color

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

This div border color is #bd397d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd397d


Comments

No comments written yet.

Please login to write comment.