Color Hex Logo

#bd3fab Color Hex

#BD3FAB
(189,63,171)
0 Favorites   0 Comments

Color spaces of #bd3fab

RGB 18963171
HSL0.860.500.49
HSV309°67°74°
CMYK 0.000.670.10   0.26
XYZ30.114517.314140.2828
Yxy17.31410.34330.1974
Hunter Lab41.610256.3677-28.2714
CIE-Lab48.653462.1866-32.1051

#bd3fab color RGB value is (189,63,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111111 10101011
Octal 275 77 253
Decimal 189 63 171
Hex BD 3F AB

RGB Percentages of Color #bd3fab

%44.68
%14.89
%40.43

CMYK Percentages of Color #bd3fab

%0
%67
%10
%26

Triadic Colors of #bd3fab

#bd3fab #abbd3f #3fabbd

Analogous Colors of #bd3fab

#bd3fab #bd3f6c #903fbd

Monochromatic Colors of #bd3fab

#bd3fab

Complementary Color

#bd3fab #3fbd51

#bd3fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3fab Color CSS Codes

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

#bd3fab Text Font Color

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

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


#bd3fab Background Color

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

This div background color is #bd3fab


#bd3fab Border Color

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

This div border color is #bd3fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3fab


Comments

No comments written yet.

Please login to write comment.