Color Hex Logo

#bd76ab Color Hex

#BD76AB
(189,118,171)
0 Favorites   0 Comments

Color spaces of #bd76ab

RGB 189118171
HSL0.880.350.60
HSV315°38°74°
CMYK 0.000.380.10   0.26
XYZ34.815426.716041.8498
Yxy26.71600.33680.2584
Hunter Lab51.687529.7799-11.8240
CIE-Lab58.710535.7230-16.6033

#bd76ab color RGB value is (189,118,171).

#bd76ab hex color red value is 189, green value is 118 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bd76ab hue: 0.88 , saturation: 0.35 and the lightness value of bd76ab is 0.60.

The process color (four color CMYK) of #bd76ab color hex is 0.00, 0.38, 0.10, 0.26. Web safe color of #bd76ab is #cc6699. Color #bd76ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110110 10101011
Octal 275 166 253
Decimal 189 118 171
Hex BD 76 AB

RGB Percentages of Color #bd76ab

%39.54
%24.69
%35.77

CMYK Percentages of Color #bd76ab

%0
%38
%10
%26

Triadic Colors of #bd76ab

#bd76ab #abbd76 #76abbd

Analogous Colors of #bd76ab

#bd76ab #bd7688 #ac76bd

Monochromatic Colors of #bd76ab

#bd76ab

Complementary Color

#bd76ab #76bd88

#bd76ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd76ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd76ab Color CSS Codes

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

#bd76ab Text Font Color

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

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


#bd76ab Background Color

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

This div background color is #bd76ab


#bd76ab Border Color

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

This div border color is #bd76ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd76ab


Comments

No comments written yet.

Please login to write comment.