Color Hex Logo

#b14abf Color Hex

#B14ABF
(177,74,191)
0 Favorites   0 Comments

Color spaces of #b14abf

RGB 17774191
HSL0.810.480.52
HSV293°61°75°
CMYK 0.070.610.00   0.25
XYZ29.984218.006351.1854
Yxy18.00630.30230.1816
Hunter Lab42.433851.8708-41.8143
CIE-Lab49.503758.0289-42.5726

#b14abf color RGB value is (177,74,191).

#b14abf hex color red value is 177, green value is 74 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b14abf hue: 0.81 , saturation: 0.48 and the lightness value of b14abf is 0.52.

The process color (four color CMYK) of #b14abf color hex is 0.07, 0.61, 0.00, 0.25. Web safe color of #b14abf is #9933cc. Color #b14abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001010 10111111
Octal 261 112 277
Decimal 177 74 191
Hex B1 4A BF

RGB Percentages of Color #b14abf

%40.05
%16.74
%43.21

CMYK Percentages of Color #b14abf

%7
%61
%0
%25

Triadic Colors of #b14abf

#b14abf #bfb14a #4abfb1

Analogous Colors of #b14abf

#b14abf #bf4a93 #774abf

Monochromatic Colors of #b14abf

#b14abf

Complementary Color

#b14abf #58bf4a

#b14abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14abf Color CSS Codes

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

#b14abf Text Font Color

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

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


#b14abf Background Color

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

This div background color is #b14abf


#b14abf Border Color

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

This div border color is #b14abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,74,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14abf


Comments

No comments written yet.

Please login to write comment.