Color Hex Logo

#bdb3eb Color Hex

#BDB3EB
(189,179,235)
0 Favorites   0 Comments

Color spaces of #bdb3eb

RGB 189179235
HSL0.700.580.81
HSV251°24°92°
CMYK 0.200.240.00   0.08
XYZ52.101849.057285.3202
Yxy49.05720.27940.2631
Hunter Lab70.040810.2106-23.1955
CIE-Lab75.486914.8654-26.6497

#bdb3eb color RGB value is (189,179,235).

#bdb3eb hex color red value is 189, green value is 179 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bdb3eb hue: 0.70 , saturation: 0.58 and the lightness value of bdb3eb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 11101011
Octal 275 263 353
Decimal 189 179 235
Hex BD B3 EB

RGB Percentages of Color #bdb3eb

%31.34
%29.68
%38.97

CMYK Percentages of Color #bdb3eb

%20
%24
%0
%8

Triadic Colors of #bdb3eb

#bdb3eb #ebbdb3 #b3ebbd

Analogous Colors of #bdb3eb

#bdb3eb #d9b3eb #b3c5eb

Monochromatic Colors of #bdb3eb

#bdb3eb

Complementary Color

#bdb3eb #e1ebb3

#bdb3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb3eb Color CSS Codes

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

#bdb3eb Text Font Color

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

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


#bdb3eb Background Color

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

This div background color is #bdb3eb


#bdb3eb Border Color

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

This div border color is #bdb3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb3eb


Comments

No comments written yet.

Please login to write comment.