Color Hex Logo

#b14ace Color Hex

#B14ACE
(177,74,206)
0 Favorites   0 Comments

Color spaces of #b14ace

RGB 17774206
HSL0.800.570.55
HSV287°64°81°
CMYK 0.140.640.00   0.19
XYZ31.720818.700960.3303
Yxy18.70090.28640.1689
Hunter Lab43.244555.2557-52.4441
CIE-Lab50.335460.8923-49.8974

#b14ace color RGB value is (177,74,206).

#b14ace hex color red value is 177, green value is 74 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b14ace hue: 0.80 , saturation: 0.57 and the lightness value of b14ace is 0.55.

The process color (four color CMYK) of #b14ace color hex is 0.14, 0.64, 0.00, 0.19. Web safe color of #b14ace is #9933cc. Color #b14ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001010 11001110
Octal 261 112 316
Decimal 177 74 206
Hex B1 4A CE

RGB Percentages of Color #b14ace

%38.73
%16.19
%45.08

CMYK Percentages of Color #b14ace

%14
%64
%0
%19

Triadic Colors of #b14ace

#b14ace #ceb14a #4aceb1

Analogous Colors of #b14ace

#b14ace #ce4aa9 #6f4ace

Monochromatic Colors of #b14ace

#b14ace

Complementary Color

#b14ace #67ce4a

#b14ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14ace Color CSS Codes

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

#b14ace Text Font Color

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

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


#b14ace Background Color

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

This div background color is #b14ace


#b14ace Border Color

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

This div border color is #b14ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14ace


Comments

No comments written yet.

Please login to write comment.