Color Hex Logo

#bd6de9 Color Hex

#BD6DE9
(189,109,233)
0 Favorites   0 Comments

Color spaces of #bd6de9

RGB 189109233
HSL0.770.740.67
HSV279°53°91°
CMYK 0.190.530.00   0.09
XYZ41.162927.639380.2562
Yxy27.63930.27620.1854
Hunter Lab52.573147.7564-53.7088
CIE-Lab59.561552.5949-50.3847

#bd6de9 color RGB value is (189,109,233).

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

The process color (four color CMYK) of #bd6de9 color hex is 0.19, 0.53, 0.00, 0.09. Web safe color of #bd6de9 is #cc66ff. Color #bd6de9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101101 11101001
Octal 275 155 351
Decimal 189 109 233
Hex BD 6D E9

RGB Percentages of Color #bd6de9

%35.59
%20.53
%43.88

CMYK Percentages of Color #bd6de9

%19
%53
%0
%9

Triadic Colors of #bd6de9

#bd6de9 #e9bd6d #6de9bd

Analogous Colors of #bd6de9

#bd6de9 #e96dd7 #7f6de9

Monochromatic Colors of #bd6de9

#bd6de9

Complementary Color

#bd6de9 #99e96d

#bd6de9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6de9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6de9 Color CSS Codes

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

#bd6de9 Text Font Color

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

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


#bd6de9 Background Color

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

This div background color is #bd6de9


#bd6de9 Border Color

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

This div border color is #bd6de9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6de9


Comments

No comments written yet.

Please login to write comment.