Color Hex Logo

#bd7eda Color Hex

#BD7EDA
(189,126,218)
0 Favorites   0 Comments

Color spaces of #bd7eda

RGB 189126218
HSL0.780.550.67
HSV281°42°85°
CMYK 0.130.420.00   0.15
XYZ41.102030.802570.1088
Yxy30.80250.28940.2169
Hunter Lab55.500035.0679-36.0464
CIE-Lab62.340640.4294-37.6334

#bd7eda color RGB value is (189,126,218).

#bd7eda hex color red value is 189, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bd7eda hue: 0.78 , saturation: 0.55 and the lightness value of bd7eda is 0.67.

The process color (four color CMYK) of #bd7eda color hex is 0.13, 0.42, 0.00, 0.15. Web safe color of #bd7eda is #cc66cc. Color #bd7eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111110 11011010
Octal 275 176 332
Decimal 189 126 218
Hex BD 7E DA

RGB Percentages of Color #bd7eda

%35.46
%23.64
%40.90

CMYK Percentages of Color #bd7eda

%13
%42
%0
%15

Triadic Colors of #bd7eda

#bd7eda #dabd7e #7edabd

Analogous Colors of #bd7eda

#bd7eda #da7ec9 #8f7eda

Monochromatic Colors of #bd7eda

#bd7eda

Complementary Color

#bd7eda #9bda7e

#bd7eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7eda Color CSS Codes

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

#bd7eda Text Font Color

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

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


#bd7eda Background Color

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

This div background color is #bd7eda


#bd7eda Border Color

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

This div border color is #bd7eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7eda


Comments

No comments written yet.

Please login to write comment.