Color Hex Logo

#bd82af Color Hex

#BD82AF
(189,130,175)
0 Favorites   0 Comments

Color spaces of #bd82af

RGB 189130175
HSL0.870.310.63
HSV314°31°74°
CMYK 0.000.310.07   0.26
XYZ36.706829.879244.3900
Yxy29.87920.33080.2692
Hunter Lab54.661924.2089-9.8851
CIE-Lab61.549929.8491-14.5924

#bd82af color RGB value is (189,130,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000010 10101111
Octal 275 202 257
Decimal 189 130 175
Hex BD 82 AF

RGB Percentages of Color #bd82af

%38.26
%26.32
%35.43

CMYK Percentages of Color #bd82af

%0
%31
%7
%26

Triadic Colors of #bd82af

#bd82af #afbd82 #82afbd

Analogous Colors of #bd82af

#bd82af #bd8292 #ae82bd

Monochromatic Colors of #bd82af

#bd82af

Complementary Color

#bd82af #82bd90

#bd82af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd82af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd82af Color CSS Codes

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

#bd82af Text Font Color

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

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


#bd82af Background Color

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

This div background color is #bd82af


#bd82af Border Color

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

This div border color is #bd82af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd82af


Comments

No comments written yet.

Please login to write comment.