Color Hex Logo

#b14ade Color Hex

#B14ADE
(177,74,222)
0 Favorites   0 Comments

Color spaces of #b14ade

RGB 17774222
HSL0.780.690.58
HSV282°67°87°
CMYK 0.200.670.00   0.13
XYZ33.765119.518671.0951
Yxy19.51860.27150.1569
Hunter Lab44.179959.1065-64.4847
CIE-Lab51.288564.0802-57.4948

#b14ade color RGB value is (177,74,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001010 11011110
Octal 261 112 336
Decimal 177 74 222
Hex B1 4A DE

RGB Percentages of Color #b14ade

%37.42
%15.64
%46.93

CMYK Percentages of Color #b14ade

%20
%67
%0
%13

Triadic Colors of #b14ade

#b14ade #deb14a #4adeb1

Analogous Colors of #b14ade

#b14ade #de4ac1 #674ade

Monochromatic Colors of #b14ade

#b14ade

Complementary Color

#b14ade #77de4a

#b14ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14ade Color CSS Codes

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

#b14ade Text Font Color

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

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


#b14ade Background Color

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

This div background color is #b14ade


#b14ade Border Color

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

This div border color is #b14ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14ade


Comments

No comments written yet.

Please login to write comment.