Color Hex Logo

#bdb7f2 Color Hex

#BDB7F2
(189,183,242)
0 Favorites   0 Comments

Color spaces of #bdb7f2

RGB 189183242
HSL0.680.690.83
HSV246°24°95°
CMYK 0.220.240.00   0.05
XYZ53.946851.096691.0237
Yxy51.09660.27510.2606
Hunter Lab71.48199.6192-25.4615
CIE-Lab76.737514.2492-28.5138

#bdb7f2 color RGB value is (189,183,242).

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

The process color (four color CMYK) of #bdb7f2 color hex is 0.22, 0.24, 0.00, 0.05. Web safe color of #bdb7f2 is #ccccff. Color #bdb7f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 11110010
Octal 275 267 362
Decimal 189 183 242
Hex BD B7 F2

RGB Percentages of Color #bdb7f2

%30.78
%29.80
%39.41

CMYK Percentages of Color #bdb7f2

%22
%24
%0
%5

Triadic Colors of #bdb7f2

#bdb7f2 #f2bdb7 #b7f2bd

Analogous Colors of #bdb7f2

#bdb7f2 #dbb7f2 #b7cff2

Monochromatic Colors of #bdb7f2

#bdb7f2

Complementary Color

#bdb7f2 #ecf2b7

#bdb7f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb7f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb7f2 Color CSS Codes

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

#bdb7f2 Text Font Color

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

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


#bdb7f2 Background Color

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

This div background color is #bdb7f2


#bdb7f2 Border Color

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

This div border color is #bdb7f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb7f2


Comments

No comments written yet.

Please login to write comment.