Color Hex Logo

#b7b3df Color Hex

#B7B3DF
(183,179,223)
0 Favorites   0 Comments

Color spaces of #b7b3df

RGB 183179223
HSL0.680.410.79
HSV245°20°87°
CMYK 0.180.200.00   0.13
XYZ48.967847.635276.4257
Yxy47.63520.28300.2753
Hunter Lab69.01835.8621-17.3406
CIE-Lab74.594310.3380-21.5449

#b7b3df color RGB value is (183,179,223).

#b7b3df hex color red value is 183, green value is 179 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b7b3df hue: 0.68 , saturation: 0.41 and the lightness value of b7b3df is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10110011 11011111
Octal 267 263 337
Decimal 183 179 223
Hex B7 B3 DF

RGB Percentages of Color #b7b3df

%31.28
%30.60
%38.12

CMYK Percentages of Color #b7b3df

%18
%20
%0
%13

Triadic Colors of #b7b3df

#b7b3df #dfb7b3 #b3dfb7

Analogous Colors of #b7b3df

#b7b3df #cdb3df #b3c5df

Monochromatic Colors of #b7b3df

#b7b3df

Complementary Color

#b7b3df #dbdfb3

#b7b3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7b3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7b3df Color CSS Codes

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

#b7b3df Text Font Color

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

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


#b7b3df Background Color

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

This div background color is #b7b3df


#b7b3df Border Color

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

This div border color is #b7b3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7b3df


Comments

No comments written yet.

Please login to write comment.