Color Hex Logo

#bd4aba Color Hex

#BD4ABA
(189,74,186)
0 Favorites   0 Comments

Color spaces of #bd4aba

RGB 18974186
HSL0.840.470.52
HSV302°61°74°
CMYK 0.000.610.02   0.26
XYZ32.298019.261548.4699
Yxy19.26150.32290.1926
Hunter Lab43.887954.5578-34.7584
CIE-Lab50.991860.1543-37.2069

#bd4aba color RGB value is (189,74,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001010 10111010
Octal 275 112 272
Decimal 189 74 186
Hex BD 4A BA

RGB Percentages of Color #bd4aba

%42.09
%16.48
%41.43

CMYK Percentages of Color #bd4aba

%0
%61
%2
%26

Triadic Colors of #bd4aba

#bd4aba #babd4a #4ababd

Analogous Colors of #bd4aba

#bd4aba #bd4a81 #874abd

Monochromatic Colors of #bd4aba

#bd4aba

Complementary Color

#bd4aba #4abd4d

#bd4aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4aba Color CSS Codes

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

#bd4aba Text Font Color

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

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


#bd4aba Background Color

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

This div background color is #bd4aba


#bd4aba Border Color

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

This div border color is #bd4aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4aba


Comments

No comments written yet.

Please login to write comment.