Color Hex Logo

#bd8eaf Color Hex

#BD8EAF
(189,142,175)
0 Favorites   0 Comments

Color spaces of #bd8eaf

RGB 189142175
HSL0.880.260.65
HSV318°25°74°
CMYK 0.000.250.07   0.26
XYZ38.397133.260044.9535
Yxy33.26000.32930.2852
Hunter Lab57.671517.9184-5.8451
CIE-Lab64.370923.1948-10.3534

#bd8eaf color RGB value is (189,142,175).

#bd8eaf hex color red value is 189, green value is 142 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bd8eaf hue: 0.88 , saturation: 0.26 and the lightness value of bd8eaf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001110 10101111
Octal 275 216 257
Decimal 189 142 175
Hex BD 8E AF

RGB Percentages of Color #bd8eaf

%37.35
%28.06
%34.58

CMYK Percentages of Color #bd8eaf

%0
%25
%7
%26

Triadic Colors of #bd8eaf

#bd8eaf #afbd8e #8eafbd

Analogous Colors of #bd8eaf

#bd8eaf #bd8e98 #b48ebd

Monochromatic Colors of #bd8eaf

#bd8eaf

Complementary Color

#bd8eaf #8ebd9c

#bd8eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8eaf Color CSS Codes

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

#bd8eaf Text Font Color

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

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


#bd8eaf Background Color

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

This div background color is #bd8eaf


#bd8eaf Border Color

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

This div border color is #bd8eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8eaf


Comments

No comments written yet.

Please login to write comment.