Color Hex Logo

#bd82ab Color Hex

#BD82AB
(189,130,171)
0 Favorites   0 Comments

Color spaces of #bd82ab

RGB 189130171
HSL0.880.310.63
HSV318°31°74°
CMYK 0.000.310.10   0.26
XYZ36.319629.724442.3512
Yxy29.72440.33510.2742
Hunter Lab54.520123.5010-7.8924
CIE-Lab61.415729.1425-12.5176

#bd82ab color RGB value is (189,130,171).

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

The process color (four color CMYK) of #bd82ab color hex is 0.00, 0.31, 0.10, 0.26. Web safe color of #bd82ab is #cc9999. Color #bd82ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000010 10101011
Octal 275 202 253
Decimal 189 130 171
Hex BD 82 AB

RGB Percentages of Color #bd82ab

%38.57
%26.53
%34.90

CMYK Percentages of Color #bd82ab

%0
%31
%10
%26

Triadic Colors of #bd82ab

#bd82ab #abbd82 #82abbd

Analogous Colors of #bd82ab

#bd82ab #bd828e #b282bd

Monochromatic Colors of #bd82ab

#bd82ab

Complementary Color

#bd82ab #82bd94

#bd82ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd82ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd82ab Color CSS Codes

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

#bd82ab Text Font Color

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

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


#bd82ab Background Color

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

This div background color is #bd82ab


#bd82ab Border Color

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

This div border color is #bd82ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd82ab


Comments

No comments written yet.

Please login to write comment.