Color Hex Logo

#bd7eed Color Hex

#BD7EED
(189,126,237)
0 Favorites   0 Comments

Color spaces of #bd7eed

RGB 189126237
HSL0.760.760.71
HSV274°47°93°
CMYK 0.200.470.00   0.07
XYZ43.733231.855083.9644
Yxy31.85500.27410.1997
Hunter Lab56.440239.5418-48.6957
CIE-Lab63.222944.5284-46.8127

#bd7eed color RGB value is (189,126,237).

#bd7eed hex color red value is 189, green value is 126 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bd7eed hue: 0.76 , saturation: 0.76 and the lightness value of bd7eed is 0.71.

The process color (four color CMYK) of #bd7eed color hex is 0.20, 0.47, 0.00, 0.07. Web safe color of #bd7eed is #cc66ff. Color #bd7eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111110 11101101
Octal 275 176 355
Decimal 189 126 237
Hex BD 7E ED

RGB Percentages of Color #bd7eed

%34.24
%22.83
%42.93

CMYK Percentages of Color #bd7eed

%20
%47
%0
%7

Triadic Colors of #bd7eed

#bd7eed #edbd7e #7eedbd

Analogous Colors of #bd7eed

#bd7eed #ed7ee6 #867eed

Monochromatic Colors of #bd7eed

#bd7eed

Complementary Color

#bd7eed #aeed7e

#bd7eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7eed Color CSS Codes

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

#bd7eed Text Font Color

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

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


#bd7eed Background Color

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

This div background color is #bd7eed


#bd7eed Border Color

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

This div border color is #bd7eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7eed


Comments

No comments written yet.

Please login to write comment.