Color Hex Logo

#bd98ad Color Hex

#BD98AD
(189,152,173)
0 Favorites   0 Comments

Color spaces of #bd98ad

RGB 189152173
HSL0.910.220.67
HSV326°20°74°
CMYK 0.000.200.08   0.26
XYZ39.757336.292444.4449
Yxy36.29240.33000.3012
Hunter Lab60.243212.3750-1.5715
CIE-Lab66.742717.2853-5.7003

#bd98ad color RGB value is (189,152,173).

#bd98ad hex color red value is 189, green value is 152 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bd98ad hue: 0.91 , saturation: 0.22 and the lightness value of bd98ad is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011000 10101101
Octal 275 230 255
Decimal 189 152 173
Hex BD 98 AD

RGB Percentages of Color #bd98ad

%36.77
%29.57
%33.66

CMYK Percentages of Color #bd98ad

%0
%20
%8
%26

Triadic Colors of #bd98ad

#bd98ad #adbd98 #98adbd

Analogous Colors of #bd98ad

#bd98ad #bd989b #bb98bd

Monochromatic Colors of #bd98ad

#bd98ad

Complementary Color

#bd98ad #98bda8

#bd98ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd98ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd98ad Color CSS Codes

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

#bd98ad Text Font Color

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

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


#bd98ad Background Color

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

This div background color is #bd98ad


#bd98ad Border Color

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

This div border color is #bd98ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd98ad


Comments

No comments written yet.

Please login to write comment.