Color Hex Logo

#b447ae Color Hex

#B447AE
(180,71,174)
0 Favorites   0 Comments

Color spaces of #b447ae

RGB 18071174
HSL0.840.430.49
HSV303°61°71°
CMYK 0.000.610.03   0.29
XYZ28.715617.265841.8635
Yxy17.26580.32690.1965
Hunter Lab41.552150.6405-30.6478
CIE-Lab48.593257.0840-34.0628

#b447ae color RGB value is (180,71,174).

#b447ae hex color red value is 180, green value is 71 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b447ae hue: 0.84 , saturation: 0.43 and the lightness value of b447ae is 0.49.

The process color (four color CMYK) of #b447ae color hex is 0.00, 0.61, 0.03, 0.29. Web safe color of #b447ae is #cc3399. Color #b447ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000111 10101110
Octal 264 107 256
Decimal 180 71 174
Hex B4 47 AE

RGB Percentages of Color #b447ae

%42.35
%16.71
%40.94

CMYK Percentages of Color #b447ae

%0
%61
%3
%29

Triadic Colors of #b447ae

#b447ae #aeb447 #47aeb4

Analogous Colors of #b447ae

#b447ae #b44778 #8447b4

Monochromatic Colors of #b447ae

#b447ae

Complementary Color

#b447ae #47b44d

#b447ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b447ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b447ae Color CSS Codes

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

#b447ae Text Font Color

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

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


#b447ae Background Color

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

This div background color is #b447ae


#b447ae Border Color

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

This div border color is #b447ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b447ae


Comments

No comments written yet.

Please login to write comment.