Color Hex Logo

#bd7eaf Color Hex

#BD7EAF
(189,126,175)
0 Favorites   0 Comments

Color spaces of #bd7eaf

RGB 189126175
HSL0.870.320.62
HSV313°33°74°
CMYK 0.000.330.07   0.26
XYZ36.185028.835744.2161
Yxy28.83570.33130.2640
Hunter Lab53.698926.3092-11.2307
CIE-Lab60.636432.0530-15.9735

#bd7eaf color RGB value is (189,126,175).

#bd7eaf hex color red value is 189, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bd7eaf hue: 0.87 , saturation: 0.32 and the lightness value of bd7eaf is 0.62.

The process color (four color CMYK) of #bd7eaf color hex is 0.00, 0.33, 0.07, 0.26. Web safe color of #bd7eaf is #cc6699. Color #bd7eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111110 10101111
Octal 275 176 257
Decimal 189 126 175
Hex BD 7E AF

RGB Percentages of Color #bd7eaf

%38.57
%25.71
%35.71

CMYK Percentages of Color #bd7eaf

%0
%33
%7
%26

Triadic Colors of #bd7eaf

#bd7eaf #afbd7e #7eafbd

Analogous Colors of #bd7eaf

#bd7eaf #bd7e90 #ac7ebd

Monochromatic Colors of #bd7eaf

#bd7eaf

Complementary Color

#bd7eaf #7ebd8c

#bd7eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7eaf Color CSS Codes

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

#bd7eaf Text Font Color

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

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


#bd7eaf Background Color

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

This div background color is #bd7eaf


#bd7eaf Border Color

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

This div border color is #bd7eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,126,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 #bd7eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7eaf


Comments

No comments written yet.

Please login to write comment.