Color Hex Logo

#bd3bac Color Hex

#BD3BAC
(189,59,172)
0 Favorites   0 Comments

Color spaces of #bd3bac

RGB 18959172
HSL0.860.520.49
HSV308°69°74°
CMYK 0.000.690.09   0.26
XYZ29.996616.925340.7156
Yxy16.92530.34230.1931
Hunter Lab41.140458.1537-29.8796
CIE-Lab48.165863.8430-33.4582

#bd3bac color RGB value is (189,59,172).

#bd3bac hex color red value is 189, green value is 59 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bd3bac hue: 0.86 , saturation: 0.52 and the lightness value of bd3bac is 0.49.

The process color (four color CMYK) of #bd3bac color hex is 0.00, 0.69, 0.09, 0.26. Web safe color of #bd3bac is #cc3399. Color #bd3bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111011 10101100
Octal 275 73 254
Decimal 189 59 172
Hex BD 3B AC

RGB Percentages of Color #bd3bac

%45.00
%14.05
%40.95

CMYK Percentages of Color #bd3bac

%0
%69
%9
%26

Triadic Colors of #bd3bac

#bd3bac #acbd3b #3bacbd

Analogous Colors of #bd3bac

#bd3bac #bd3b6b #8d3bbd

Monochromatic Colors of #bd3bac

#bd3bac

Complementary Color

#bd3bac #3bbd4c

#bd3bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3bac Color CSS Codes

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

#bd3bac Text Font Color

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

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


#bd3bac Background Color

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

This div background color is #bd3bac


#bd3bac Border Color

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

This div border color is #bd3bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3bac


Comments

No comments written yet.

Please login to write comment.