Color Hex Logo

#bd7eeb Color Hex

#BD7EEB
(189,126,235)
0 Favorites   0 Comments

Color spaces of #bd7eeb

RGB 189126235
HSL0.760.730.71
HSV275°46°92°
CMYK 0.200.460.00   0.08
XYZ43.442531.738782.4338
Yxy31.73870.27560.2014
Hunter Lab56.337139.0544-47.3186
CIE-Lab63.126344.0872-45.8578

#bd7eeb color RGB value is (189,126,235).

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

The process color (four color CMYK) of #bd7eeb color hex is 0.20, 0.46, 0.00, 0.08. Web safe color of #bd7eeb is #cc66ff. Color #bd7eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111110 11101011
Octal 275 176 353
Decimal 189 126 235
Hex BD 7E EB

RGB Percentages of Color #bd7eeb

%34.36
%22.91
%42.73

CMYK Percentages of Color #bd7eeb

%20
%46
%0
%8

Triadic Colors of #bd7eeb

#bd7eeb #ebbd7e #7eebbd

Analogous Colors of #bd7eeb

#bd7eeb #eb7ee3 #877eeb

Monochromatic Colors of #bd7eeb

#bd7eeb

Complementary Color

#bd7eeb #aceb7e

#bd7eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7eeb Color CSS Codes

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

#bd7eeb Text Font Color

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

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


#bd7eeb Background Color

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

This div background color is #bd7eeb


#bd7eeb Border Color

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

This div border color is #bd7eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7eeb


Comments

No comments written yet.

Please login to write comment.