Color Hex Logo

#bd7aba Color Hex

#BD7ABA
(189,122,186)
0 Favorites   0 Comments

Color spaces of #bd7aba

RGB 189122186
HSL0.840.340.61
HSV303°35°74°
CMYK 0.000.350.02   0.26
XYZ36.808728.283149.9735
Yxy28.28310.31990.2458
Hunter Lab53.181930.4768-18.4858
CIE-Lab60.143636.2469-22.9908

#bd7aba color RGB value is (189,122,186).

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

The process color (four color CMYK) of #bd7aba color hex is 0.00, 0.35, 0.02, 0.26. Web safe color of #bd7aba is #cc66cc. Color #bd7aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111010 10111010
Octal 275 172 272
Decimal 189 122 186
Hex BD 7A BA

RGB Percentages of Color #bd7aba

%38.03
%24.55
%37.42

CMYK Percentages of Color #bd7aba

%0
%35
%2
%26

Triadic Colors of #bd7aba

#bd7aba #babd7a #7ababd

Analogous Colors of #bd7aba

#bd7aba #bd7a99 #9f7abd

Monochromatic Colors of #bd7aba

#bd7aba

Complementary Color

#bd7aba #7abd7d

#bd7aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7aba Color CSS Codes

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

#bd7aba Text Font Color

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

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


#bd7aba Background Color

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

This div background color is #bd7aba


#bd7aba Border Color

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

This div border color is #bd7aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7aba


Comments

No comments written yet.

Please login to write comment.