Color Hex Logo

#bd1397 Color Hex

#BD1397
(189,19,151)
0 Favorites   0 Comments

Color spaces of #bd1397

RGB 18919151
HSL0.870.820.41
HSV313°90°74°
CMYK 0.000.900.20   0.26
XYZ26.805113.518930.4748
Yxy13.51890.37860.1909
Hunter Lab36.768165.7882-23.4042
CIE-Lab43.534971.2751-28.1784

#bd1397 color RGB value is (189,19,151).

#bd1397 hex color red value is 189, green value is 19 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bd1397 hue: 0.87 , saturation: 0.82 and the lightness value of bd1397 is 0.41.

The process color (four color CMYK) of #bd1397 color hex is 0.00, 0.90, 0.20, 0.26. Web safe color of #bd1397 is #cc0099. Color #bd1397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010011 10010111
Octal 275 23 227
Decimal 189 19 151
Hex BD 13 97

RGB Percentages of Color #bd1397

%52.65
%5.29
%42.06

CMYK Percentages of Color #bd1397

%0
%90
%20
%26

Triadic Colors of #bd1397

#bd1397 #97bd13 #1397bd

Analogous Colors of #bd1397

#bd1397 #bd1342 #8e13bd

Monochromatic Colors of #bd1397

#bd1397

Complementary Color

#bd1397 #13bd39

#bd1397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1397 Color CSS Codes

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

#bd1397 Text Font Color

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

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


#bd1397 Background Color

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

This div background color is #bd1397


#bd1397 Border Color

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

This div border color is #bd1397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1397


Comments

No comments written yet.

Please login to write comment.