Color Hex Logo

#b64caf Color Hex

#B64CAF
(182,76,175)
0 Favorites   0 Comments

Color spaces of #b64caf

RGB 18276175
HSL0.840.420.51
HSV304°58°71°
CMYK 0.000.580.04   0.29
XYZ29.613718.209142.5113
Yxy18.20910.32780.2016
Hunter Lab42.672149.1996-29.1961
CIE-Lab49.748755.5651-32.8168

#b64caf color RGB value is (182,76,175).

#b64caf hex color red value is 182, green value is 76 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b64caf hue: 0.84 , saturation: 0.42 and the lightness value of b64caf is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001100 10101111
Octal 266 114 257
Decimal 182 76 175
Hex B6 4C AF

RGB Percentages of Color #b64caf

%42.03
%17.55
%40.42

CMYK Percentages of Color #b64caf

%0
%58
%4
%29

Triadic Colors of #b64caf

#b64caf #afb64c #4cafb6

Analogous Colors of #b64caf

#b64caf #b64c7a #884cb6

Monochromatic Colors of #b64caf

#b64caf

Complementary Color

#b64caf #4cb653

#b64caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64caf Color CSS Codes

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

#b64caf Text Font Color

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

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


#b64caf Background Color

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

This div background color is #b64caf


#b64caf Border Color

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

This div border color is #b64caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64caf


Comments

No comments written yet.

Please login to write comment.