Color Hex Logo

#bd3bab Color Hex

#BD3BAB
(189,59,171)
0 Favorites   0 Comments

Color spaces of #bd3bab

RGB 18959171
HSL0.860.520.49
HSV308°69°74°
CMYK 0.000.690.10   0.26
XYZ29.900916.887040.2116
Yxy16.88700.34370.1941
Hunter Lab41.093857.9670-29.2515
CIE-Lab48.117363.6893-32.9447

#bd3bab color RGB value is (189,59,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111011 10101011
Octal 275 73 253
Decimal 189 59 171
Hex BD 3B AB

RGB Percentages of Color #bd3bab

%45.11
%14.08
%40.81

CMYK Percentages of Color #bd3bab

%0
%69
%10
%26

Triadic Colors of #bd3bab

#bd3bab #abbd3b #3babbd

Analogous Colors of #bd3bab

#bd3bab #bd3b6a #8e3bbd

Monochromatic Colors of #bd3bab

#bd3bab

Complementary Color

#bd3bab #3bbd4d

#bd3bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3bab Color CSS Codes

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

#bd3bab Text Font Color

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

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


#bd3bab Background Color

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

This div background color is #bd3bab


#bd3bab Border Color

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

This div border color is #bd3bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3bab


Comments

No comments written yet.

Please login to write comment.