Color Hex Logo

#b564ae Color Hex

#B564AE
(181,100,174)
0 Favorites   0 Comments

Color spaces of #b564ae

RGB 181100174
HSL0.850.350.55
HSV305°45°71°
CMYK 0.000.450.04   0.29
XYZ31.253221.994142.6425
Yxy21.99410.32590.2294
Hunter Lab46.897936.8829-21.0817
CIE-Lab54.020743.2947-25.6015

#b564ae color RGB value is (181,100,174).

#b564ae hex color red value is 181, green value is 100 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b564ae hue: 0.85 , saturation: 0.35 and the lightness value of b564ae is 0.55.

The process color (four color CMYK) of #b564ae color hex is 0.00, 0.45, 0.04, 0.29. Web safe color of #b564ae is #cc6699. Color #b564ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100100 10101110
Octal 265 144 256
Decimal 181 100 174
Hex B5 64 AE

RGB Percentages of Color #b564ae

%39.78
%21.98
%38.24

CMYK Percentages of Color #b564ae

%0
%45
%4
%29

Triadic Colors of #b564ae

#b564ae #aeb564 #64aeb5

Analogous Colors of #b564ae

#b564ae #b56486 #9464b5

Monochromatic Colors of #b564ae

#b564ae

Complementary Color

#b564ae #64b56b

#b564ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b564ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b564ae Color CSS Codes

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

#b564ae Text Font Color

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

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


#b564ae Background Color

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

This div background color is #b564ae


#b564ae Border Color

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

This div border color is #b564ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b564ae


Comments

No comments written yet.

Please login to write comment.