Color Hex Logo

#bd0397 Color Hex

#BD0397
(189,3,151)
0 Favorites   0 Comments

Color spaces of #bd0397

RGB 1893151
HSL0.870.970.38
HSV312°98°74°
CMYK 0.000.980.20   0.26
XYZ26.604713.118330.4080
Yxy13.11830.37940.1871
Hunter Lab36.219267.7330-24.4238
CIE-Lab42.941073.0161-29.1069

#bd0397 color RGB value is (189,3,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000011 10010111
Octal 275 3 227
Decimal 189 3 151
Hex BD 3 97

RGB Percentages of Color #bd0397

%55.10
%0.87
%44.02

CMYK Percentages of Color #bd0397

%0
%98
%20
%26

Triadic Colors of #bd0397

#bd0397 #97bd03 #0397bd

Analogous Colors of #bd0397

#bd0397 #bd033a #8603bd

Monochromatic Colors of #bd0397

#bd0397

Complementary Color

#bd0397 #03bd29

#bd0397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0397 Color CSS Codes

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

#bd0397 Text Font Color

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

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


#bd0397 Background Color

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

This div background color is #bd0397


#bd0397 Border Color

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

This div border color is #bd0397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0397


Comments

No comments written yet.

Please login to write comment.