Color Hex Logo

#bdb7eb Color Hex

#BDB7EB
(189,183,235)
0 Favorites   0 Comments

Color spaces of #bdb7eb

RGB 189183235
HSL0.690.570.82
HSV247°22°92°
CMYK 0.200.220.00   0.08
XYZ52.915150.683985.5913
Yxy50.68390.27970.2679
Hunter Lab71.19268.0860-21.4465
CIE-Lab76.487112.6723-25.1202

#bdb7eb color RGB value is (189,183,235).

#bdb7eb hex color red value is 189, green value is 183 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bdb7eb hue: 0.69 , saturation: 0.57 and the lightness value of bdb7eb is 0.82.

The process color (four color CMYK) of #bdb7eb color hex is 0.20, 0.22, 0.00, 0.08. Web safe color of #bdb7eb is #ccccff. Color #bdb7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 11101011
Octal 275 267 353
Decimal 189 183 235
Hex BD B7 EB

RGB Percentages of Color #bdb7eb

%31.14
%30.15
%38.71

CMYK Percentages of Color #bdb7eb

%20
%22
%0
%8

Triadic Colors of #bdb7eb

#bdb7eb #ebbdb7 #b7ebbd

Analogous Colors of #bdb7eb

#bdb7eb #d7b7eb #b7cbeb

Monochromatic Colors of #bdb7eb

#bdb7eb

Complementary Color

#bdb7eb #e5ebb7

#bdb7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb7eb Color CSS Codes

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

#bdb7eb Text Font Color

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

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


#bdb7eb Background Color

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

This div background color is #bdb7eb


#bdb7eb Border Color

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

This div border color is #bdb7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb7eb


Comments

No comments written yet.

Please login to write comment.