Color Hex Logo

#b46ecf Color Hex

#B46ECF
(180,110,207)
0 Favorites   0 Comments

Color spaces of #b46ecf

RGB 180110207
HSL0.790.500.62
HSV283°47°81°
CMYK 0.130.470.00   0.19
XYZ35.660825.360262.0470
Yxy25.36020.28980.2061
Hunter Lab50.358938.2736-37.7997
CIE-Lab57.424744.1379-39.2180

#b46ecf color RGB value is (180,110,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101110 11001111
Octal 264 156 317
Decimal 180 110 207
Hex B4 6E CF

RGB Percentages of Color #b46ecf

%36.22
%22.13
%41.65

CMYK Percentages of Color #b46ecf

%13
%47
%0
%19

Triadic Colors of #b46ecf

#b46ecf #cfb46e #6ecfb4

Analogous Colors of #b46ecf

#b46ecf #cf6eba #846ecf

Monochromatic Colors of #b46ecf

#b46ecf

Complementary Color

#b46ecf #89cf6e

#b46ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46ecf Color CSS Codes

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

#b46ecf Text Font Color

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

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


#b46ecf Background Color

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

This div background color is #b46ecf


#b46ecf Border Color

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

This div border color is #b46ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46ecf


Comments

No comments written yet.

Please login to write comment.