Color Hex Logo

#b46fcf Color Hex

#B46FCF
(180,111,207)
0 Favorites   0 Comments

Color spaces of #b46fcf

RGB 180111207
HSL0.790.500.62
HSV283°46°81°
CMYK 0.130.460.00   0.19
XYZ35.769325.577262.0831
Yxy25.57720.28980.2072
Hunter Lab50.573937.7430-37.3810
CIE-Lab57.633543.6031-38.8901

#b46fcf color RGB value is (180,111,207).

#b46fcf hex color red value is 180, green value is 111 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b46fcf hue: 0.79 , saturation: 0.50 and the lightness value of b46fcf is 0.62.

The process color (four color CMYK) of #b46fcf color hex is 0.13, 0.46, 0.00, 0.19. Web safe color of #b46fcf is #cc66cc. Color #b46fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101111 11001111
Octal 264 157 317
Decimal 180 111 207
Hex B4 6F CF

RGB Percentages of Color #b46fcf

%36.14
%22.29
%41.57

CMYK Percentages of Color #b46fcf

%13
%46
%0
%19

Triadic Colors of #b46fcf

#b46fcf #cfb46f #6fcfb4

Analogous Colors of #b46fcf

#b46fcf #cf6fba #846fcf

Monochromatic Colors of #b46fcf

#b46fcf

Complementary Color

#b46fcf #8acf6f

#b46fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46fcf Color CSS Codes

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

#b46fcf Text Font Color

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

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


#b46fcf Background Color

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

This div background color is #b46fcf


#b46fcf Border Color

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

This div border color is #b46fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46fcf


Comments

No comments written yet.

Please login to write comment.