Color Hex Logo

#bdabe0 Color Hex

#BDABE0
(189,171,224)
0 Favorites   0 Comments

Color spaces of #bdabe0

RGB 189171224
HSL0.720.460.77
HSV260°24°88°
CMYK 0.160.240.00   0.12
XYZ49.003745.326576.6871
Yxy45.32650.28650.2650
Hunter Lab67.325012.1058-20.4073
CIE-Lab73.106416.8493-24.3126

#bdabe0 color RGB value is (189,171,224).

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

The process color (four color CMYK) of #bdabe0 color hex is 0.16, 0.24, 0.00, 0.12. Web safe color of #bdabe0 is #cc99cc. Color #bdabe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11100000
Octal 275 253 340
Decimal 189 171 224
Hex BD AB E0

RGB Percentages of Color #bdabe0

%32.36
%29.28
%38.36

CMYK Percentages of Color #bdabe0

%16
%24
%0
%12

Triadic Colors of #bdabe0

#bdabe0 #e0bdab #abe0bd

Analogous Colors of #bdabe0

#bdabe0 #d8abe0 #abb4e0

Monochromatic Colors of #bdabe0

#bdabe0

Complementary Color

#bdabe0 #cee0ab

#bdabe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabe0 Color CSS Codes

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

#bdabe0 Text Font Color

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

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


#bdabe0 Background Color

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

This div background color is #bdabe0


#bdabe0 Border Color

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

This div border color is #bdabe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabe0


Comments

No comments written yet.

Please login to write comment.