Color Hex Logo

#bd859b Color Hex

#BD859B
(189,133,155)
0 Favorites   0 Comments

Color spaces of #bd859b

RGB 189133155
HSL0.930.300.63
HSV336°30°74°
CMYK 0.000.300.18   0.26
XYZ35.290229.960434.9333
Yxy29.96040.35230.2991
Hunter Lab54.736119.29680.4756
CIE-Lab61.620024.8009-3.0891

#bd859b color RGB value is (189,133,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000101 10011011
Octal 275 205 233
Decimal 189 133 155
Hex BD 85 9B

RGB Percentages of Color #bd859b

%39.62
%27.88
%32.49

CMYK Percentages of Color #bd859b

%0
%30
%18
%26

Triadic Colors of #bd859b

#bd859b #9bbd85 #859bbd

Analogous Colors of #bd859b

#bd859b #bd8b85 #bd85b7

Monochromatic Colors of #bd859b

#bd859b

Complementary Color

#bd859b #85bda7

#bd859b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd859b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd859b Color CSS Codes

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

#bd859b Text Font Color

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

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


#bd859b Background Color

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

This div background color is #bd859b


#bd859b Border Color

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

This div border color is #bd859b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd859b


Comments

No comments written yet.

Please login to write comment.