Color Hex Logo

#b4afdd Color Hex

#B4AFDD
(180,175,221)
0 Favorites   0 Comments

Color spaces of #b4afdd

RGB 180175221
HSL0.680.400.78
HSV247°21°87°
CMYK 0.190.210.00   0.13
XYZ47.203545.583774.7173
Yxy45.58370.28180.2721
Hunter Lab67.51576.6455-18.3532
CIE-Lab73.274611.1533-22.4858

#b4afdd color RGB value is (180,175,221).

#b4afdd hex color red value is 180, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b4afdd hue: 0.68 , saturation: 0.40 and the lightness value of b4afdd is 0.78.

The process color (four color CMYK) of #b4afdd color hex is 0.19, 0.21, 0.00, 0.13. Web safe color of #b4afdd is #cc99cc. Color #b4afdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101111 11011101
Octal 264 257 335
Decimal 180 175 221
Hex B4 AF DD

RGB Percentages of Color #b4afdd

%31.25
%30.38
%38.37

CMYK Percentages of Color #b4afdd

%19
%21
%0
%13

Triadic Colors of #b4afdd

#b4afdd #ddb4af #afddb4

Analogous Colors of #b4afdd

#b4afdd #cbafdd #afc1dd

Monochromatic Colors of #b4afdd

#b4afdd

Complementary Color

#b4afdd #d8ddaf

#b4afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4afdd Color CSS Codes

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

#b4afdd Text Font Color

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

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


#b4afdd Background Color

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

This div background color is #b4afdd


#b4afdd Border Color

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

This div border color is #b4afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4afdd


Comments

No comments written yet.

Please login to write comment.