Color Hex Logo

#bd859d Color Hex

#BD859D
(189,133,157)
0 Favorites   0 Comments

Color spaces of #bd859d

RGB 189133157
HSL0.930.300.63
HSV334°30°74°
CMYK 0.000.300.17   0.26
XYZ35.459630.028235.8254
Yxy30.02820.35000.2964
Hunter Lab54.798019.6103-0.4036
CIE-Lab61.678525.1229-4.1439

#bd859d color RGB value is (189,133,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000101 10011101
Octal 275 205 235
Decimal 189 133 157
Hex BD 85 9D

RGB Percentages of Color #bd859d

%39.46
%27.77
%32.78

CMYK Percentages of Color #bd859d

%0
%30
%17
%26

Triadic Colors of #bd859d

#bd859d #9dbd85 #859dbd

Analogous Colors of #bd859d

#bd859d #bd8985 #bd85b9

Monochromatic Colors of #bd859d

#bd859d

Complementary Color

#bd859d #85bda5

#bd859d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd859d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd859d Color CSS Codes

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

#bd859d Text Font Color

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

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


#bd859d Background Color

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

This div background color is #bd859d


#bd859d Border Color

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

This div border color is #bd859d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd859d


Comments

No comments written yet.

Please login to write comment.