Color Hex Logo

#bd6de6 Color Hex

#BD6DE6
(189,109,230)
0 Favorites   0 Comments

Color spaces of #bd6de6

RGB 189109230
HSL0.780.710.66
HSV280°53°90°
CMYK 0.180.530.00   0.10
XYZ40.737827.469378.0179
Yxy27.46930.27860.1879
Hunter Lab52.411247.0238-51.5697
CIE-Lab59.406251.9573-48.9570

#bd6de6 color RGB value is (189,109,230).

#bd6de6 hex color red value is 189, green value is 109 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #bd6de6 hue: 0.78 , saturation: 0.71 and the lightness value of bd6de6 is 0.66.

The process color (four color CMYK) of #bd6de6 color hex is 0.18, 0.53, 0.00, 0.10. Web safe color of #bd6de6 is #cc66ff. Color #bd6de6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101101 11100110
Octal 275 155 346
Decimal 189 109 230
Hex BD 6D E6

RGB Percentages of Color #bd6de6

%35.80
%20.64
%43.56

CMYK Percentages of Color #bd6de6

%18
%53
%0
%10

Triadic Colors of #bd6de6

#bd6de6 #e6bd6d #6de6bd

Analogous Colors of #bd6de6

#bd6de6 #e66dd3 #816de6

Monochromatic Colors of #bd6de6

#bd6de6

Complementary Color

#bd6de6 #96e66d

#bd6de6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6de6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6de6 Color CSS Codes

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

#bd6de6 Text Font Color

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

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


#bd6de6 Background Color

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

This div background color is #bd6de6


#bd6de6 Border Color

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

This div border color is #bd6de6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6de6


Comments

No comments written yet.

Please login to write comment.