Color Hex Logo

#bd84af Color Hex

#BD84AF
(189,132,175)
0 Favorites   0 Comments

Color spaces of #bd84af

RGB 189132175
HSL0.870.300.63
HSV315°30°74°
CMYK 0.000.300.07   0.26
XYZ36.975430.416544.4796
Yxy30.41650.33050.2719
Hunter Lab55.151223.1586-9.2118
CIE-Lab62.011928.7433-13.8954

#bd84af color RGB value is (189,132,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000100 10101111
Octal 275 204 257
Decimal 189 132 175
Hex BD 84 AF

RGB Percentages of Color #bd84af

%38.10
%26.61
%35.28

CMYK Percentages of Color #bd84af

%0
%30
%7
%26

Triadic Colors of #bd84af

#bd84af #afbd84 #84afbd

Analogous Colors of #bd84af

#bd84af #bd8493 #af84bd

Monochromatic Colors of #bd84af

#bd84af

Complementary Color

#bd84af #84bd92

#bd84af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd84af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd84af Color CSS Codes

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

#bd84af Text Font Color

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

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


#bd84af Background Color

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

This div background color is #bd84af


#bd84af Border Color

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

This div border color is #bd84af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd84af


Comments

No comments written yet.

Please login to write comment.