Color Hex Logo

#bd80af Color Hex

#BD80AF
(189,128,175)
0 Favorites   0 Comments

Color spaces of #bd80af

RGB 189128175
HSL0.870.320.62
HSV314°32°74°
CMYK 0.000.320.07   0.26
XYZ36.443329.352344.3022
Yxy29.35230.33100.2666
Hunter Lab54.177825.2590-10.5581
CIE-Lab61.091330.9522-15.2852

#bd80af color RGB value is (189,128,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 10101111
Octal 275 200 257
Decimal 189 128 175
Hex BD 80 AF

RGB Percentages of Color #bd80af

%38.41
%26.02
%35.57

CMYK Percentages of Color #bd80af

%0
%32
%7
%26

Triadic Colors of #bd80af

#bd80af #afbd80 #80afbd

Analogous Colors of #bd80af

#bd80af #bd8091 #ad80bd

Monochromatic Colors of #bd80af

#bd80af

Complementary Color

#bd80af #80bd8e

#bd80af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd80af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd80af Color CSS Codes

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

#bd80af Text Font Color

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

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


#bd80af Background Color

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

This div background color is #bd80af


#bd80af Border Color

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

This div border color is #bd80af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd80af


Comments

No comments written yet.

Please login to write comment.