Color Hex Logo

#bdb3da Color Hex

#BDB3DA
(189,179,218)
0 Favorites   0 Comments

Color spaces of #bdb3da

RGB 189179218
HSL0.710.350.78
HSV255°18°85°
CMYK 0.130.180.00   0.15
XYZ49.761348.121072.9952
Yxy48.12100.29120.2816
Hunter Lab69.36936.6487-13.8305
CIE-Lab74.901211.1685-18.3155

#bdb3da color RGB value is (189,179,218).

#bdb3da hex color red value is 189, green value is 179 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bdb3da hue: 0.71 , saturation: 0.35 and the lightness value of bdb3da is 0.78.

The process color (four color CMYK) of #bdb3da color hex is 0.13, 0.18, 0.00, 0.15. Web safe color of #bdb3da is #cccccc. Color #bdb3da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 11011010
Octal 275 263 332
Decimal 189 179 218
Hex BD B3 DA

RGB Percentages of Color #bdb3da

%32.25
%30.55
%37.20

CMYK Percentages of Color #bdb3da

%13
%18
%0
%15

Triadic Colors of #bdb3da

#bdb3da #dabdb3 #b3dabd

Analogous Colors of #bdb3da

#bdb3da #d1b3da #b3bdda

Monochromatic Colors of #bdb3da

#bdb3da

Complementary Color

#bdb3da #d0dab3

#bdb3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb3da Color CSS Codes

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

#bdb3da Text Font Color

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

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


#bdb3da Background Color

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

This div background color is #bdb3da


#bdb3da Border Color

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

This div border color is #bdb3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb3da


Comments

No comments written yet.

Please login to write comment.