Color Hex Logo

#bd3aba Color Hex

#BD3ABA
(189,58,186)
0 Favorites   0 Comments

Color spaces of #bd3aba

RGB 18958186
HSL0.840.530.48
HSV301°69°74°
CMYK 0.000.690.02   0.26
XYZ31.362217.390148.1580
Yxy17.39010.32360.1794
Hunter Lab41.701461.2661-39.2788
CIE-Lab48.747866.4234-40.7475

#bd3aba color RGB value is (189,58,186).

#bd3aba hex color red value is 189, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bd3aba hue: 0.84 , saturation: 0.53 and the lightness value of bd3aba is 0.48.

The process color (four color CMYK) of #bd3aba color hex is 0.00, 0.69, 0.02, 0.26. Web safe color of #bd3aba is #cc33cc. Color #bd3aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111010 10111010
Octal 275 72 272
Decimal 189 58 186
Hex BD 3A BA

RGB Percentages of Color #bd3aba

%43.65
%13.39
%42.96

CMYK Percentages of Color #bd3aba

%0
%69
%2
%26

Triadic Colors of #bd3aba

#bd3aba #babd3a #3ababd

Analogous Colors of #bd3aba

#bd3aba #bd3a79 #7f3abd

Monochromatic Colors of #bd3aba

#bd3aba

Complementary Color

#bd3aba #3abd3d

#bd3aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3aba Color CSS Codes

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

#bd3aba Text Font Color

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

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


#bd3aba Background Color

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

This div background color is #bd3aba


#bd3aba Border Color

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

This div border color is #bd3aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3aba


Comments

No comments written yet.

Please login to write comment.