Color Hex Logo

#bd3391 Color Hex

#BD3391
(189,51,145)
0 Favorites   0 Comments

Color spaces of #bd3391

RGB 18951145
HSL0.890.580.47
HSV319°73°74°
CMYK 0.000.730.23   0.26
XYZ27.280915.230828.2900
Yxy15.23080.38530.2151
Hunter Lab39.026756.4806-15.6600
CIE-Lab45.948762.7996-20.8125

#bd3391 color RGB value is (189,51,145).

#bd3391 hex color red value is 189, green value is 51 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bd3391 hue: 0.89 , saturation: 0.58 and the lightness value of bd3391 is 0.47.

The process color (four color CMYK) of #bd3391 color hex is 0.00, 0.73, 0.23, 0.26. Web safe color of #bd3391 is #cc3399. Color #bd3391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110011 10010001
Octal 275 63 221
Decimal 189 51 145
Hex BD 33 91

RGB Percentages of Color #bd3391

%49.09
%13.25
%37.66

CMYK Percentages of Color #bd3391

%0
%73
%23
%26

Triadic Colors of #bd3391

#bd3391 #91bd33 #3391bd

Analogous Colors of #bd3391

#bd3391 #bd334c #a433bd

Monochromatic Colors of #bd3391

#bd3391

Complementary Color

#bd3391 #33bd5f

#bd3391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3391 Color CSS Codes

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

#bd3391 Text Font Color

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

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


#bd3391 Background Color

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

This div background color is #bd3391


#bd3391 Border Color

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

This div border color is #bd3391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3391


Comments

No comments written yet.

Please login to write comment.