Color Hex Logo

#b7afdb Color Hex

#B7AFDB
(183,175,219)
0 Favorites   0 Comments

Color spaces of #b7afdb

RGB 183175219
HSL0.700.380.77
HSV251°20°86°
CMYK 0.160.200.00   0.14
XYZ47.644645.841773.3550
Yxy45.84170.28560.2748
Hunter Lab67.70657.1229-16.8418
CIE-Lab73.442711.6582-21.1172

#b7afdb color RGB value is (183,175,219).

#b7afdb hex color red value is 183, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b7afdb hue: 0.70 , saturation: 0.38 and the lightness value of b7afdb is 0.77.

The process color (four color CMYK) of #b7afdb color hex is 0.16, 0.20, 0.00, 0.14. Web safe color of #b7afdb is #cc99cc. Color #b7afdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101111 11011011
Octal 267 257 333
Decimal 183 175 219
Hex B7 AF DB

RGB Percentages of Color #b7afdb

%31.72
%30.33
%37.95

CMYK Percentages of Color #b7afdb

%16
%20
%0
%14

Triadic Colors of #b7afdb

#b7afdb #dbb7af #afdbb7

Analogous Colors of #b7afdb

#b7afdb #cdafdb #afbddb

Monochromatic Colors of #b7afdb

#b7afdb

Complementary Color

#b7afdb #d3dbaf

#b7afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7afdb Color CSS Codes

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

#b7afdb Text Font Color

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

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


#b7afdb Background Color

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

This div background color is #b7afdb


#b7afdb Border Color

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

This div border color is #b7afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7afdb

#b7afdb Color Palettes


Comments

No comments written yet.

Please login to write comment.