Color Hex Logo

#bd858a Color Hex

#BD858A
(189,133,138)
0 Favorites   0 Comments

Color spaces of #bd858a

RGB 189133138
HSL0.990.300.63
HSV355°30°74°
CMYK 0.000.300.27   0.26
XYZ33.961229.428927.9351
Yxy29.42890.37190.3222
Hunter Lab54.248416.81197.4426
CIE-Lab61.158322.22215.9468

#bd858a color RGB value is (189,133,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000101 10001010
Octal 275 205 212
Decimal 189 133 138
Hex BD 85 8A

RGB Percentages of Color #bd858a

%41.09
%28.91
%30.00

CMYK Percentages of Color #bd858a

%0
%30
%27
%26

Triadic Colors of #bd858a

#bd858a #8abd85 #858abd

Analogous Colors of #bd858a

#bd858a #bd9c85 #bd85a6

Monochromatic Colors of #bd858a

#bd858a

Complementary Color

#bd858a #85bdb8

#bd858a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd858a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd858a Color CSS Codes

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

#bd858a Text Font Color

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

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


#bd858a Background Color

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

This div background color is #bd858a


#bd858a Border Color

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

This div border color is #bd858a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd858a


Comments

No comments written yet.

Please login to write comment.