Color Hex Logo

#bd6be6 Color Hex

#BD6BE6
(189,107,230)
0 Favorites   0 Comments

Color spaces of #bd6be6

RGB 189107230
HSL0.780.710.66
HSV280°53°90°
CMYK 0.180.530.00   0.10
XYZ40.526927.047477.9476
Yxy27.04740.27850.1859
Hunter Lab52.007148.0849-52.4581
CIE-Lab59.018252.9782-49.5723

#bd6be6 color RGB value is (189,107,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101011 11100110
Octal 275 153 346
Decimal 189 107 230
Hex BD 6B E6

RGB Percentages of Color #bd6be6

%35.93
%20.34
%43.73

CMYK Percentages of Color #bd6be6

%18
%53
%0
%10

Triadic Colors of #bd6be6

#bd6be6 #e6bd6b #6be6bd

Analogous Colors of #bd6be6

#bd6be6 #e66bd2 #806be6

Monochromatic Colors of #bd6be6

#bd6be6

Complementary Color

#bd6be6 #94e66b

#bd6be6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6be6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6be6 Color CSS Codes

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

#bd6be6 Text Font Color

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

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


#bd6be6 Background Color

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

This div background color is #bd6be6


#bd6be6 Border Color

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

This div border color is #bd6be6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6be6


Comments

No comments written yet.

Please login to write comment.