Color Hex Logo

#bdbdda Color Hex

#BDBDDA
(189,189,218)
0 Favorites   0 Comments

Color spaces of #bdbdda

RGB 189189218
HSL0.670.280.80
HSV240°13°85°
CMYK 0.130.130.00   0.15
XYZ51.838852.276073.6877
Yxy52.27600.29160.2940
Hunter Lab72.30211.4512-9.8147
CIE-Lab77.44565.7331-14.4804

#bdbdda color RGB value is (189,189,218).

#bdbdda hex color red value is 189, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bdbdda hue: 0.67 , saturation: 0.28 and the lightness value of bdbdda is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 11011010
Octal 275 275 332
Decimal 189 189 218
Hex BD BD DA

RGB Percentages of Color #bdbdda

%31.71
%31.71
%36.58

CMYK Percentages of Color #bdbdda

%13
%13
%0
%15

Triadic Colors of #bdbdda

#bdbdda #dabdbd #bddabd

Analogous Colors of #bdbdda

#bdbdda #ccbdda #bdccda

Monochromatic Colors of #bdbdda

#bdbdda

Complementary Color

#bdbdda #dadabd

#bdbdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbdda Color CSS Codes

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

#bdbdda Text Font Color

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

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


#bdbdda Background Color

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

This div background color is #bdbdda


#bdbdda Border Color

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

This div border color is #bdbdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbdda


Comments

No comments written yet.

Please login to write comment.