Color Hex Logo

#b564af Color Hex

#B564AF
(181,100,175)
0 Favorites   0 Comments

Color spaces of #b564af

RGB 181100175
HSL0.850.350.55
HSV304°45°71°
CMYK 0.000.450.03   0.29
XYZ31.351122.033243.1579
Yxy22.03320.32470.2282
Hunter Lab46.939537.0767-21.6557
CIE-Lab54.062243.4759-26.1172

#b564af color RGB value is (181,100,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100100 10101111
Octal 265 144 257
Decimal 181 100 175
Hex B5 64 AF

RGB Percentages of Color #b564af

%39.69
%21.93
%38.38

CMYK Percentages of Color #b564af

%0
%45
%3
%29

Triadic Colors of #b564af

#b564af #afb564 #64afb5

Analogous Colors of #b564af

#b564af #b56487 #9364b5

Monochromatic Colors of #b564af

#b564af

Complementary Color

#b564af #64b56a

#b564af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b564af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b564af Color CSS Codes

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

#b564af Text Font Color

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

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


#b564af Background Color

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

This div background color is #b564af


#b564af Border Color

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

This div border color is #b564af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,100,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b564af


Comments

No comments written yet.

Please login to write comment.