Color Hex Logo

#b46dbf Color Hex

#B46DBF
(180,109,191)
0 Favorites   0 Comments

Color spaces of #b46dbf

RGB 180109191
HSL0.810.390.59
HSV292°43°75°
CMYK 0.060.430.00   0.25
XYZ33.695024.402252.2244
Yxy24.40220.30540.2212
Hunter Lab49.398635.3081-28.1026
CIE-Lab56.488341.4222-31.5756

#b46dbf color RGB value is (180,109,191).

#b46dbf hex color red value is 180, green value is 109 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b46dbf hue: 0.81 , saturation: 0.39 and the lightness value of b46dbf is 0.59.

The process color (four color CMYK) of #b46dbf color hex is 0.06, 0.43, 0.00, 0.25. Web safe color of #b46dbf is #cc66cc. Color #b46dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101101 10111111
Octal 264 155 277
Decimal 180 109 191
Hex B4 6D BF

RGB Percentages of Color #b46dbf

%37.50
%22.71
%39.79

CMYK Percentages of Color #b46dbf

%6
%43
%0
%25

Triadic Colors of #b46dbf

#b46dbf #bfb46d #6dbfb4

Analogous Colors of #b46dbf

#b46dbf #bf6da1 #8b6dbf

Monochromatic Colors of #b46dbf

#b46dbf

Complementary Color

#b46dbf #78bf6d

#b46dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46dbf Color CSS Codes

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

#b46dbf Text Font Color

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

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


#b46dbf Background Color

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

This div background color is #b46dbf


#b46dbf Border Color

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

This div border color is #b46dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,109,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46dbf


Comments

No comments written yet.

Please login to write comment.