Color Hex Logo

#bdb6fd Color Hex

#BDB6FD
(189,182,253)
0 Favorites   0 Comments

Color spaces of #bdb6fd

RGB 189182253
HSL0.680.950.85
HSV246°28°99°
CMYK 0.250.280.00   0.01
XYZ55.443851.366699.9210
Yxy51.36660.26820.2485
Hunter Lab71.670512.6630-32.4911
CIE-Lab76.900517.3407-34.1816

#bdb6fd color RGB value is (189,182,253).

#bdb6fd hex color red value is 189, green value is 182 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bdb6fd hue: 0.68 , saturation: 0.95 and the lightness value of bdb6fd is 0.85.

The process color (four color CMYK) of #bdb6fd color hex is 0.25, 0.28, 0.00, 0.01. Web safe color of #bdb6fd is #ccccff. Color #bdb6fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 11111101
Octal 275 266 375
Decimal 189 182 253
Hex BD B6 FD

RGB Percentages of Color #bdb6fd

%30.29
%29.17
%40.54

CMYK Percentages of Color #bdb6fd

%25
%28
%0
%1

Triadic Colors of #bdb6fd

#bdb6fd #fdbdb6 #b6fdbd

Analogous Colors of #bdb6fd

#bdb6fd #e1b6fd #b6d3fd

Monochromatic Colors of #bdb6fd

#bdb6fd

Complementary Color

#bdb6fd #f6fdb6

#bdb6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb6fd Color CSS Codes

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

#bdb6fd Text Font Color

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

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


#bdb6fd Background Color

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

This div background color is #bdb6fd


#bdb6fd Border Color

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

This div border color is #bdb6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb6fd


Comments

No comments written yet.

Please login to write comment.