Color Hex Logo

#bd83ad Color Hex

#BD83AD
(189,131,173)
0 Favorites   0 Comments

Color spaces of #bd83ad

RGB 189131173
HSL0.880.310.63
HSV317°31°74°
CMYK 0.000.310.08   0.26
XYZ36.645430.068543.4076
Yxy30.06850.33280.2730
Hunter Lab54.834823.3286-8.5501
CIE-Lab61.713328.9415-13.2085

#bd83ad color RGB value is (189,131,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000011 10101101
Octal 275 203 255
Decimal 189 131 173
Hex BD 83 AD

RGB Percentages of Color #bd83ad

%38.34
%26.57
%35.09

CMYK Percentages of Color #bd83ad

%0
%31
%8
%26

Triadic Colors of #bd83ad

#bd83ad #adbd83 #83adbd

Analogous Colors of #bd83ad

#bd83ad #bd8390 #b083bd

Monochromatic Colors of #bd83ad

#bd83ad

Complementary Color

#bd83ad #83bd93

#bd83ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd83ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd83ad Color CSS Codes

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

#bd83ad Text Font Color

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

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


#bd83ad Background Color

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

This div background color is #bd83ad


#bd83ad Border Color

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

This div border color is #bd83ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd83ad


Comments

No comments written yet.

Please login to write comment.