Color Hex Logo

#b4afdb Color Hex

#B4AFDB
(180,175,219)
0 Favorites   0 Comments

Color spaces of #b4afdb

RGB 180175219
HSL0.690.380.77
HSV247°20°86°
CMYK 0.180.200.00   0.14
XYZ46.938545.477773.3220
Yxy45.47770.28320.2744
Hunter Lab67.43726.2269-17.2579
CIE-Lab73.205310.7094-21.5002

#b4afdb color RGB value is (180,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101111 11011011
Octal 264 257 333
Decimal 180 175 219
Hex B4 AF DB

RGB Percentages of Color #b4afdb

%31.36
%30.49
%38.15

CMYK Percentages of Color #b4afdb

%18
%20
%0
%14

Triadic Colors of #b4afdb

#b4afdb #dbb4af #afdbb4

Analogous Colors of #b4afdb

#b4afdb #caafdb #afc0db

Monochromatic Colors of #b4afdb

#b4afdb

Complementary Color

#b4afdb #d6dbaf

#b4afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4afdb Color CSS Codes

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

#b4afdb Text Font Color

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

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


#b4afdb Background Color

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

This div background color is #b4afdb


#b4afdb Border Color

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

This div border color is #b4afdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,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 #b4afdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4afdb


Comments

No comments written yet.

Please login to write comment.