Color Hex Logo

#bd3197 Color Hex

#BD3197
(189,49,151)
0 Favorites   0 Comments

Color spaces of #bd3197

RGB 18949151
HSL0.880.590.47
HSV316°74°74°
CMYK 0.000.740.20   0.26
XYZ27.670515.249830.7633
Yxy15.24980.37550.2070
Hunter Lab39.051058.1411-19.3713
CIE-Lab45.974564.2512-24.3839

#bd3197 color RGB value is (189,49,151).

#bd3197 hex color red value is 189, green value is 49 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bd3197 hue: 0.88 , saturation: 0.59 and the lightness value of bd3197 is 0.47.

The process color (four color CMYK) of #bd3197 color hex is 0.00, 0.74, 0.20, 0.26. Web safe color of #bd3197 is #cc3399. Color #bd3197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 10010111
Octal 275 61 227
Decimal 189 49 151
Hex BD 31 97

RGB Percentages of Color #bd3197

%48.59
%12.60
%38.82

CMYK Percentages of Color #bd3197

%0
%74
%20
%26

Triadic Colors of #bd3197

#bd3197 #97bd31 #3197bd

Analogous Colors of #bd3197

#bd3197 #bd3151 #9d31bd

Monochromatic Colors of #bd3197

#bd3197

Complementary Color

#bd3197 #31bd57

#bd3197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3197 Color CSS Codes

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

#bd3197 Text Font Color

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

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


#bd3197 Background Color

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

This div background color is #bd3197


#bd3197 Border Color

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

This div border color is #bd3197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3197


Comments

No comments written yet.

Please login to write comment.