Color Hex Logo

#b4abcf Color Hex

#B4ABCF
(180,171,207)
0 Favorites   0 Comments

Color spaces of #b4abcf

RGB 180171207
HSL0.710.270.74
HSV255°17°81°
CMYK 0.130.170.00   0.19
XYZ44.647843.334165.0426
Yxy43.33410.29180.2832
Hunter Lab65.82865.8662-12.5020
CIE-Lab71.781110.3115-17.0922

#b4abcf color RGB value is (180,171,207).

#b4abcf hex color red value is 180, green value is 171 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b4abcf hue: 0.71 , saturation: 0.27 and the lightness value of b4abcf is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101011 11001111
Octal 264 253 317
Decimal 180 171 207
Hex B4 AB CF

RGB Percentages of Color #b4abcf

%32.26
%30.65
%37.10

CMYK Percentages of Color #b4abcf

%13
%17
%0
%19

Triadic Colors of #b4abcf

#b4abcf #cfb4ab #abcfb4

Analogous Colors of #b4abcf

#b4abcf #c6abcf #abb4cf

Monochromatic Colors of #b4abcf

#b4abcf

Complementary Color

#b4abcf #c6cfab

#b4abcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4abcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4abcf Color CSS Codes

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

#b4abcf Text Font Color

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

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


#b4abcf Background Color

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

This div background color is #b4abcf


#b4abcf Border Color

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

This div border color is #b4abcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4abcf


Comments

No comments written yet.

Please login to write comment.