Color Hex Logo

#b914ae Color Hex

#B914AE
(185,20,174)
0 Favorites   0 Comments

Color spaces of #b914ae

RGB 18520174
HSL0.840.800.40
HSV304°89°73°
CMYK 0.000.890.06   0.27
XYZ27.897713.870641.2513
Yxy13.87060.33600.1671
Hunter Lab37.243368.5328-39.6004
CIE-Lab44.046873.4646-41.1891

#b914ae color RGB value is (185,20,174).

#b914ae hex color red value is 185, green value is 20 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b914ae hue: 0.84 , saturation: 0.80 and the lightness value of b914ae is 0.40.

The process color (four color CMYK) of #b914ae color hex is 0.00, 0.89, 0.06, 0.27. Web safe color of #b914ae is #cc0099. Color #b914ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010100 10101110
Octal 271 24 256
Decimal 185 20 174
Hex B9 14 AE

RGB Percentages of Color #b914ae

%48.81
%5.28
%45.91

CMYK Percentages of Color #b914ae

%0
%89
%6
%27

Triadic Colors of #b914ae

#b914ae #aeb914 #14aeb9

Analogous Colors of #b914ae

#b914ae #b9145c #7214b9

Monochromatic Colors of #b914ae

#b914ae

Complementary Color

#b914ae #14b91f

#b914ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b914ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b914ae Color CSS Codes

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

#b914ae Text Font Color

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

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


#b914ae Background Color

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

This div background color is #b914ae


#b914ae Border Color

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

This div border color is #b914ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,20,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b914ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b914ae;
  -webkit-box-shadow: 1px 1px 3px 2px #b914ae;
  box-shadow:         1px 1px 3px 2px #b914ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,20,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b914ae


Comments

No comments written yet.

Please login to write comment.