Color Hex Logo

#b14afa Color Hex

#B14AFA
(177,74,250)
0 Favorites   0 Comments

Color spaces of #b14afa

RGB 17774250
HSL0.760.950.64
HSV275°70°98°
CMYK 0.290.700.00   0.02
XYZ37.835621.146892.5301
Yxy21.14680.24970.1396
Hunter Lab45.985666.3895-87.1105
CIE-Lab53.109869.9235-70.2849

#b14afa color RGB value is (177,74,250).

#b14afa hex color red value is 177, green value is 74 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b14afa hue: 0.76 , saturation: 0.95 and the lightness value of b14afa is 0.64.

The process color (four color CMYK) of #b14afa color hex is 0.29, 0.70, 0.00, 0.02. Web safe color of #b14afa is #9933ff. Color #b14afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001010 11111010
Octal 261 112 372
Decimal 177 74 250
Hex B1 4A FA

RGB Percentages of Color #b14afa

%35.33
%14.77
%49.90

CMYK Percentages of Color #b14afa

%29
%70
%0
%2

Triadic Colors of #b14afa

#b14afa #fab14a #4afab1

Analogous Colors of #b14afa

#b14afa #fa4aeb #594afa

Monochromatic Colors of #b14afa

#b14afa

Complementary Color

#b14afa #93fa4a

#b14afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14afa Color CSS Codes

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

#b14afa Text Font Color

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

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


#b14afa Background Color

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

This div background color is #b14afa


#b14afa Border Color

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

This div border color is #b14afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14afa


Comments

No comments written yet.

Please login to write comment.