Color Hex Logo

#b8acfa Color Hex

#B8ACFA
(184,172,250)
0 Favorites   0 Comments

Color spaces of #b8acfa

RGB 184172250
HSL0.690.890.83
HSV249°31°98°
CMYK 0.260.310.00   0.02
XYZ51.775046.597596.7079
Yxy46.59750.26540.2389
Hunter Lab68.262415.9279-36.2130
CIE-Lab73.931620.7120-37.1945

#b8acfa color RGB value is (184,172,250).

#b8acfa hex color red value is 184, green value is 172 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b8acfa hue: 0.69 , saturation: 0.89 and the lightness value of b8acfa is 0.83.

The process color (four color CMYK) of #b8acfa color hex is 0.26, 0.31, 0.00, 0.02. Web safe color of #b8acfa is #cc99ff. Color #b8acfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101100 11111010
Octal 270 254 372
Decimal 184 172 250
Hex B8 AC FA

RGB Percentages of Color #b8acfa

%30.36
%28.38
%41.25

CMYK Percentages of Color #b8acfa

%26
%31
%0
%2

Triadic Colors of #b8acfa

#b8acfa #fab8ac #acfab8

Analogous Colors of #b8acfa

#b8acfa #dfacfa #acc7fa

Monochromatic Colors of #b8acfa

#b8acfa

Complementary Color

#b8acfa #eefaac

#b8acfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8acfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8acfa Color CSS Codes

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

#b8acfa Text Font Color

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

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


#b8acfa Background Color

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

This div background color is #b8acfa


#b8acfa Border Color

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

This div border color is #b8acfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,172,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8acfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8acfa;
  -webkit-box-shadow: 1px 1px 3px 2px #b8acfa;
  box-shadow:         1px 1px 3px 2px #b8acfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,172,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8acfa


Comments

No comments written yet.

Please login to write comment.