Color Hex Logo

#b46daf Color Hex

#B46DAF
(180,109,175)
0 Favorites   0 Comments

Color spaces of #b46daf

RGB 180109175
HSL0.850.320.57
HSV304°39°71°
CMYK 0.000.390.03   0.29
XYZ32.028923.735743.4508
Yxy23.73570.32280.2392
Hunter Lab48.719332.0902-18.7749
CIE-Lab55.822238.3617-23.4143

#b46daf color RGB value is (180,109,175).

#b46daf hex color red value is 180, green value is 109 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b46daf hue: 0.85 , saturation: 0.32 and the lightness value of b46daf is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101101 10101111
Octal 264 155 257
Decimal 180 109 175
Hex B4 6D AF

RGB Percentages of Color #b46daf

%38.79
%23.49
%37.72

CMYK Percentages of Color #b46daf

%0
%39
%3
%29

Triadic Colors of #b46daf

#b46daf #afb46d #6dafb4

Analogous Colors of #b46daf

#b46daf #b46d8c #966db4

Monochromatic Colors of #b46daf

#b46daf

Complementary Color

#b46daf #6db472

#b46daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46daf Color CSS Codes

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

#b46daf Text Font Color

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

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


#b46daf Background Color

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

This div background color is #b46daf


#b46daf Border Color

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

This div border color is #b46daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46daf


Comments

No comments written yet.

Please login to write comment.