Color Hex Logo

#b4b7dc Color Hex

#B4B7DC
(180,183,220)
0 Favorites   0 Comments

Color spaces of #b4b7dc

RGB 180183220
HSL0.650.360.78
HSV236°18°86°
CMYK 0.180.170.00   0.14
XYZ48.674148.737674.5520
Yxy48.73760.28300.2834
Hunter Lab69.81232.2811-14.4467
CIE-Lab75.28786.5456-18.8846

#b4b7dc color RGB value is (180,183,220).

#b4b7dc hex color red value is 180, green value is 183 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b4b7dc hue: 0.65 , saturation: 0.36 and the lightness value of b4b7dc is 0.78.

The process color (four color CMYK) of #b4b7dc color hex is 0.18, 0.17, 0.00, 0.14. Web safe color of #b4b7dc is #cccccc. Color #b4b7dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10110111 11011100
Octal 264 267 334
Decimal 180 183 220
Hex B4 B7 DC

RGB Percentages of Color #b4b7dc

%30.87
%31.39
%37.74

CMYK Percentages of Color #b4b7dc

%18
%17
%0
%14

Triadic Colors of #b4b7dc

#b4b7dc #dcb4b7 #b7dcb4

Analogous Colors of #b4b7dc

#b4b7dc #c5b4dc #b4cbdc

Monochromatic Colors of #b4b7dc

#b4b7dc

Complementary Color

#b4b7dc #dcd9b4

#b4b7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4b7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4b7dc Color CSS Codes

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

#b4b7dc Text Font Color

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

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


#b4b7dc Background Color

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

This div background color is #b4b7dc


#b4b7dc Border Color

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

This div border color is #b4b7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4b7dc


Comments

No comments written yet.

Please login to write comment.