Color Hex Logo

#b14add Color Hex

#B14ADD
(177,74,221)
0 Favorites   0 Comments

Color spaces of #b14add

RGB 17774221
HSL0.780.680.58
HSV282°67°87°
CMYK 0.200.670.00   0.13
XYZ33.631419.465170.3912
Yxy19.46510.27230.1576
Hunter Lab44.119358.8589-63.7122
CIE-Lab51.227063.8774-57.0264

#b14add color RGB value is (177,74,221).

#b14add hex color red value is 177, green value is 74 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b14add hue: 0.78 , saturation: 0.68 and the lightness value of b14add is 0.58.

The process color (four color CMYK) of #b14add color hex is 0.20, 0.67, 0.00, 0.13. Web safe color of #b14add is #9933cc. Color #b14add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001010 11011101
Octal 261 112 335
Decimal 177 74 221
Hex B1 4A DD

RGB Percentages of Color #b14add

%37.50
%15.68
%46.82

CMYK Percentages of Color #b14add

%20
%67
%0
%13

Triadic Colors of #b14add

#b14add #ddb14a #4addb1

Analogous Colors of #b14add

#b14add #dd4ac0 #684add

Monochromatic Colors of #b14add

#b14add

Complementary Color

#b14add #76dd4a

#b14add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14add Color CSS Codes

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

#b14add Text Font Color

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

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


#b14add Background Color

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

This div background color is #b14add


#b14add Border Color

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

This div border color is #b14add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14add


Comments

No comments written yet.

Please login to write comment.