Color Hex Logo

#bd8a98 Color Hex

#BD8A98
(189,138,152)
0 Favorites   0 Comments

Color spaces of #bd8a98

RGB 189138152
HSL0.950.280.64
HSV344°27°74°
CMYK 0.000.270.20   0.26
XYZ35.742231.262833.8563
Yxy31.26280.35440.3100
Hunter Lab55.913116.25723.2382
CIE-Lab62.728921.54930.2445

#bd8a98 color RGB value is (189,138,152).

#bd8a98 hex color red value is 189, green value is 138 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bd8a98 hue: 0.95 , saturation: 0.28 and the lightness value of bd8a98 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001010 10011000
Octal 275 212 230
Decimal 189 138 152
Hex BD 8A 98

RGB Percentages of Color #bd8a98

%39.46
%28.81
%31.73

CMYK Percentages of Color #bd8a98

%0
%27
%20
%26

Triadic Colors of #bd8a98

#bd8a98 #98bd8a #8a98bd

Analogous Colors of #bd8a98

#bd8a98 #bd968a #bd8ab2

Monochromatic Colors of #bd8a98

#bd8a98

Complementary Color

#bd8a98 #8abdaf

#bd8a98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8a98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8a98 Color CSS Codes

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

#bd8a98 Text Font Color

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

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


#bd8a98 Background Color

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

This div background color is #bd8a98


#bd8a98 Border Color

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

This div border color is #bd8a98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8a98


Comments

No comments written yet.

Please login to write comment.