Color Hex Logo

#bdabe9 Color Hex

#BDABE9
(189,171,233)
0 Favorites   0 Comments

Color spaces of #bdabe9

RGB 189171233
HSL0.720.580.79
HSV257°27°91°
CMYK 0.190.270.00   0.09
XYZ50.257245.827883.2876
Yxy45.82780.28020.2555
Hunter Lab67.696214.0487-25.5579
CIE-Lab73.433718.8283-28.7137

#bdabe9 color RGB value is (189,171,233).

#bdabe9 hex color red value is 189, green value is 171 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #bdabe9 hue: 0.72 , saturation: 0.58 and the lightness value of bdabe9 is 0.79.

The process color (four color CMYK) of #bdabe9 color hex is 0.19, 0.27, 0.00, 0.09. Web safe color of #bdabe9 is #cc99ff. Color #bdabe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11101001
Octal 275 253 351
Decimal 189 171 233
Hex BD AB E9

RGB Percentages of Color #bdabe9

%31.87
%28.84
%39.29

CMYK Percentages of Color #bdabe9

%19
%27
%0
%9

Triadic Colors of #bdabe9

#bdabe9 #e9bdab #abe9bd

Analogous Colors of #bdabe9

#bdabe9 #dcabe9 #abb8e9

Monochromatic Colors of #bdabe9

#bdabe9

Complementary Color

#bdabe9 #d7e9ab

#bdabe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabe9 Color CSS Codes

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

#bdabe9 Text Font Color

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

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


#bdabe9 Background Color

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

This div background color is #bdabe9


#bdabe9 Border Color

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

This div border color is #bdabe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabe9


Comments

No comments written yet.

Please login to write comment.