Color Hex Logo

#b4afcf Color Hex

#B4AFCF
(180,175,207)
0 Favorites   0 Comments

Color spaces of #b4afcf

RGB 180175207
HSL0.690.250.75
HSV249°15°81°
CMYK 0.130.150.00   0.19
XYZ45.414844.868265.2983
Yxy44.86820.29190.2884
Hunter Lab66.98373.8010-10.9095
CIE-Lab72.80508.1113-15.5473

#b4afcf color RGB value is (180,175,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101111 11001111
Octal 264 257 317
Decimal 180 175 207
Hex B4 AF CF

RGB Percentages of Color #b4afcf

%32.03
%31.14
%36.83

CMYK Percentages of Color #b4afcf

%13
%15
%0
%19

Triadic Colors of #b4afcf

#b4afcf #cfb4af #afcfb4

Analogous Colors of #b4afcf

#b4afcf #c4afcf #afbacf

Monochromatic Colors of #b4afcf

#b4afcf

Complementary Color

#b4afcf #cacfaf

#b4afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4afcf Color CSS Codes

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

#b4afcf Text Font Color

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

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


#b4afcf Background Color

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

This div background color is #b4afcf


#b4afcf Border Color

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

This div border color is #b4afcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4afcf


Comments

No comments written yet.

Please login to write comment.