Color Hex Logo

#b814ae Color Hex

#B814AE
(184,20,174)
0 Favorites   0 Comments

Color spaces of #b814ae

RGB 18420174
HSL0.840.800.40
HSV304°89°72°
CMYK 0.000.890.05   0.28
XYZ27.657313.746741.2401
Yxy13.74670.33470.1663
Hunter Lab37.076568.2684-39.9945
CIE-Lab43.867573.2804-41.4851

#b814ae color RGB value is (184,20,174).

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

The process color (four color CMYK) of #b814ae color hex is 0.00, 0.89, 0.05, 0.28. Web safe color of #b814ae is #cc0099. Color #b814ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010100 10101110
Octal 270 24 256
Decimal 184 20 174
Hex B8 14 AE

RGB Percentages of Color #b814ae

%48.68
%5.29
%46.03

CMYK Percentages of Color #b814ae

%0
%89
%5
%28

Triadic Colors of #b814ae

#b814ae #aeb814 #14aeb8

Analogous Colors of #b814ae

#b814ae #b8145c #7014b8

Monochromatic Colors of #b814ae

#b814ae

Complementary Color

#b814ae #14b81e

#b814ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b814ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b814ae Color CSS Codes

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

#b814ae Text Font Color

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

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


#b814ae Background Color

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

This div background color is #b814ae


#b814ae Border Color

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

This div border color is #b814ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,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 #b814ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b814ae


Comments

No comments written yet.

Please login to write comment.