Color Hex Logo

#bd6deb Color Hex

#BD6DEB
(189,109,235)
0 Favorites   0 Comments

Color spaces of #bd6deb

RGB 189109235
HSL0.770.760.67
HSV278°54°92°
CMYK 0.200.540.00   0.08
XYZ41.450327.754381.7697
Yxy27.75430.27460.1838
Hunter Lab52.682348.2491-55.1480
CIE-Lab59.666153.0222-51.3329

#bd6deb color RGB value is (189,109,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101101 11101011
Octal 275 155 353
Decimal 189 109 235
Hex BD 6D EB

RGB Percentages of Color #bd6deb

%35.46
%20.45
%44.09

CMYK Percentages of Color #bd6deb

%20
%54
%0
%8

Triadic Colors of #bd6deb

#bd6deb #ebbd6d #6debbd

Analogous Colors of #bd6deb

#bd6deb #eb6dda #7e6deb

Monochromatic Colors of #bd6deb

#bd6deb

Complementary Color

#bd6deb #9beb6d

#bd6deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6deb Color CSS Codes

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

#bd6deb Text Font Color

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

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


#bd6deb Background Color

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

This div background color is #bd6deb


#bd6deb Border Color

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

This div border color is #bd6deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6deb


Comments

No comments written yet.

Please login to write comment.