Color Hex Logo

#b647ae Color Hex

#B647AE
(182,71,174)
0 Favorites   0 Comments

Color spaces of #b647ae

RGB 18271174
HSL0.850.440.50
HSV304°61°71°
CMYK 0.000.610.04   0.29
XYZ29.184617.507641.8855
Yxy17.50760.32950.1977
Hunter Lab41.842151.2790-30.0621
CIE-Lab48.893457.6070-33.5708

#b647ae color RGB value is (182,71,174).

#b647ae hex color red value is 182, green value is 71 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b647ae hue: 0.85 , saturation: 0.44 and the lightness value of b647ae is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000111 10101110
Octal 266 107 256
Decimal 182 71 174
Hex B6 47 AE

RGB Percentages of Color #b647ae

%42.62
%16.63
%40.75

CMYK Percentages of Color #b647ae

%0
%61
%4
%29

Triadic Colors of #b647ae

#b647ae #aeb647 #47aeb6

Analogous Colors of #b647ae

#b647ae #b64777 #8747b6

Monochromatic Colors of #b647ae

#b647ae

Complementary Color

#b647ae #47b64f

#b647ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b647ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b647ae Color CSS Codes

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

#b647ae Text Font Color

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

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


#b647ae Background Color

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

This div background color is #b647ae


#b647ae Border Color

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

This div border color is #b647ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b647ae


Comments

No comments written yet.

Please login to write comment.