Color Hex Logo

#bd9493 Color Hex

#BD9493
(189,148,147)
0 Favorites   0 Comments

Color spaces of #bd9493

RGB 189148147
HSL0.000.240.66
HSV22°74°
CMYK 0.000.220.22   0.26
XYZ36.842634.105232.2449
Yxy34.10520.35700.3305
Hunter Lab58.399710.41098.1433
CIE-Lab65.046015.22806.4242

#bd9493 color RGB value is (189,148,147).

#bd9493 hex color red value is 189, green value is 148 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bd9493 hue: 0.00 , saturation: 0.24 and the lightness value of bd9493 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010100 10010011
Octal 275 224 223
Decimal 189 148 147
Hex BD 94 93

RGB Percentages of Color #bd9493

%39.05
%30.58
%30.37

CMYK Percentages of Color #bd9493

%0
%22
%22
%26

Triadic Colors of #bd9493

#bd9493 #93bd94 #9493bd

Analogous Colors of #bd9493

#bd9493 #bda993 #bd93a7

Monochromatic Colors of #bd9493

#bd9493

Complementary Color

#bd9493 #93bcbd

#bd9493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9493 Color CSS Codes

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

#bd9493 Text Font Color

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

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


#bd9493 Background Color

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

This div background color is #bd9493


#bd9493 Border Color

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

This div border color is #bd9493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9493


Comments

No comments written yet.

Please login to write comment.