Color Hex Logo

#bda9e6 Color Hex

#BDA9E6
(189,169,230)
0 Favorites   0 Comments

Color spaces of #bda9e6

RGB 189169230
HSL0.720.550.78
HSV260°27°90°
CMYK 0.180.270.00   0.10
XYZ49.457244.907980.9243
Yxy44.90790.28210.2562
Hunter Lab67.013414.4632-24.6883
CIE-Lab72.831219.2683-28.0058

#bda9e6 color RGB value is (189,169,230).

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

The process color (four color CMYK) of #bda9e6 color hex is 0.18, 0.27, 0.00, 0.10. Web safe color of #bda9e6 is #cc99ff. Color #bda9e6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 11100110
Octal 275 251 346
Decimal 189 169 230
Hex BD A9 E6

RGB Percentages of Color #bda9e6

%32.14
%28.74
%39.12

CMYK Percentages of Color #bda9e6

%18
%27
%0
%10

Triadic Colors of #bda9e6

#bda9e6 #e6bda9 #a9e6bd

Analogous Colors of #bda9e6

#bda9e6 #dca9e6 #a9b4e6

Monochromatic Colors of #bda9e6

#bda9e6

Complementary Color

#bda9e6 #d2e6a9

#bda9e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda9e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda9e6 Color CSS Codes

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

#bda9e6 Text Font Color

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

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


#bda9e6 Background Color

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

This div background color is #bda9e6


#bda9e6 Border Color

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

This div border color is #bda9e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda9e6


Comments

No comments written yet.

Please login to write comment.