Color Hex Logo

#bdabe7 Color Hex

#BDABE7
(189,171,231)
0 Favorites   0 Comments

Color spaces of #bdabe7

RGB 189171231
HSL0.720.560.79
HSV258°26°91°
CMYK 0.180.260.00   0.09
XYZ49.973045.714281.7912
Yxy45.71420.28160.2576
Hunter Lab67.612313.6099-24.3951
CIE-Lab73.359718.3835-27.7392

#bdabe7 color RGB value is (189,171,231).

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

The process color (four color CMYK) of #bdabe7 color hex is 0.18, 0.26, 0.00, 0.09. Web safe color of #bdabe7 is #cc99ff. Color #bdabe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11100111
Octal 275 253 347
Decimal 189 171 231
Hex BD AB E7

RGB Percentages of Color #bdabe7

%31.98
%28.93
%39.09

CMYK Percentages of Color #bdabe7

%18
%26
%0
%9

Triadic Colors of #bdabe7

#bdabe7 #e7bdab #abe7bd

Analogous Colors of #bdabe7

#bdabe7 #dbabe7 #abb7e7

Monochromatic Colors of #bdabe7

#bdabe7

Complementary Color

#bdabe7 #d5e7ab

#bdabe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabe7 Color CSS Codes

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

#bdabe7 Text Font Color

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

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


#bdabe7 Background Color

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

This div background color is #bdabe7


#bdabe7 Border Color

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

This div border color is #bdabe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabe7


Comments

No comments written yet.

Please login to write comment.