Color Hex Logo

#bd6dee Color Hex

#BD6DEE
(189,109,238)
0 Favorites   0 Comments

Color spaces of #bd6dee

RGB 189109238
HSL0.770.790.68
HSV277°54°93°
CMYK 0.210.540.00   0.07
XYZ41.887527.929184.0721
Yxy27.92910.27220.1815
Hunter Lab52.848048.9957-57.3266
CIE-Lab59.824653.6674-52.7501

#bd6dee color RGB value is (189,109,238).

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

The process color (four color CMYK) of #bd6dee color hex is 0.21, 0.54, 0.00, 0.07. Web safe color of #bd6dee is #cc66ff. Color #bd6dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101101 11101110
Octal 275 155 356
Decimal 189 109 238
Hex BD 6D EE

RGB Percentages of Color #bd6dee

%35.26
%20.34
%44.40

CMYK Percentages of Color #bd6dee

%21
%54
%0
%7

Triadic Colors of #bd6dee

#bd6dee #eebd6d #6deebd

Analogous Colors of #bd6dee

#bd6dee #ee6ddf #7d6dee

Monochromatic Colors of #bd6dee

#bd6dee

Complementary Color

#bd6dee #9eee6d

#bd6dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6dee Color CSS Codes

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

#bd6dee Text Font Color

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

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


#bd6dee Background Color

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

This div background color is #bd6dee


#bd6dee Border Color

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

This div border color is #bd6dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6dee


Comments

No comments written yet.

Please login to write comment.