Color Hex Logo

#b66daf Color Hex

#B66DAF
(182,109,175)
0 Favorites   0 Comments

Color spaces of #b66daf

RGB 182109175
HSL0.850.330.57
HSV306°40°71°
CMYK 0.000.400.04   0.29
XYZ32.497923.977543.4727
Yxy23.97750.32510.2399
Hunter Lab48.966832.7735-18.3608
CIE-Lab56.065339.0041-23.0200

#b66daf color RGB value is (182,109,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101101 10101111
Octal 266 155 257
Decimal 182 109 175
Hex B6 6D AF

RGB Percentages of Color #b66daf

%39.06
%23.39
%37.55

CMYK Percentages of Color #b66daf

%0
%40
%4
%29

Triadic Colors of #b66daf

#b66daf #afb66d #6dafb6

Analogous Colors of #b66daf

#b66daf #b66d8b #996db6

Monochromatic Colors of #b66daf

#b66daf

Complementary Color

#b66daf #6db674

#b66daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66daf Color CSS Codes

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

#b66daf Text Font Color

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

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


#b66daf Background Color

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

This div background color is #b66daf


#b66daf Border Color

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

This div border color is #b66daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66daf


Comments

No comments written yet.

Please login to write comment.