Color Hex Logo

#bd3392 Color Hex

#BD3392
(189,51,146)
0 Favorites   0 Comments

Color spaces of #bd3392

RGB 18951146
HSL0.890.580.47
HSV319°73°74°
CMYK 0.000.730.23   0.26
XYZ27.358415.261828.6980
Yxy15.26180.38360.2140
Hunter Lab39.066456.6385-16.2078
CIE-Lab45.990762.9305-21.3507

#bd3392 color RGB value is (189,51,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110011 10010010
Octal 275 63 222
Decimal 189 51 146
Hex BD 33 92

RGB Percentages of Color #bd3392

%48.96
%13.21
%37.82

CMYK Percentages of Color #bd3392

%0
%73
%23
%26

Triadic Colors of #bd3392

#bd3392 #92bd33 #3392bd

Analogous Colors of #bd3392

#bd3392 #bd334d #a333bd

Monochromatic Colors of #bd3392

#bd3392

Complementary Color

#bd3392 #33bd5e

#bd3392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3392 Color CSS Codes

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

#bd3392 Text Font Color

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

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


#bd3392 Background Color

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

This div background color is #bd3392


#bd3392 Border Color

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

This div border color is #bd3392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3392


Comments

No comments written yet.

Please login to write comment.