Color Hex Logo

#b4afcd Color Hex

#B4AFCD
(180,175,205)
0 Favorites   0 Comments

Color spaces of #b4afcd

RGB 180175205
HSL0.690.230.75
HSV250°15°80°
CMYK 0.120.150.00   0.20
XYZ45.171844.771064.0185
Yxy44.77100.29340.2908
Hunter Lab66.91113.4111-9.8890
CIE-Lab72.74097.6895-14.5488

#b4afcd color RGB value is (180,175,205).

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

The process color (four color CMYK) of #b4afcd color hex is 0.12, 0.15, 0.00, 0.20. Web safe color of #b4afcd is #cc99cc. Color #b4afcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101111 11001101
Octal 264 257 315
Decimal 180 175 205
Hex B4 AF CD

RGB Percentages of Color #b4afcd

%32.14
%31.25
%36.61

CMYK Percentages of Color #b4afcd

%12
%15
%0
%20

Triadic Colors of #b4afcd

#b4afcd #cdb4af #afcdb4

Analogous Colors of #b4afcd

#b4afcd #c3afcd #afb9cd

Monochromatic Colors of #b4afcd

#b4afcd

Complementary Color

#b4afcd #c8cdaf

#b4afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4afcd Color CSS Codes

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

#b4afcd Text Font Color

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

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


#b4afcd Background Color

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

This div background color is #b4afcd


#b4afcd Border Color

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

This div border color is #b4afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4afcd


Comments

No comments written yet.

Please login to write comment.