Color Hex Logo

#b46fef Color Hex

#B46FEF
(180,111,239)
0 Favorites   0 Comments

Color spaces of #b46fef

RGB 180111239
HSL0.760.800.69
HSV272°54°94°
CMYK 0.250.540.00   0.06
XYZ40.086827.304284.8188
Yxy27.30420.26340.1794
Hunter Lab52.253445.4948-59.6633
CIE-Lab59.254850.5909-54.2741

#b46fef color RGB value is (180,111,239).

#b46fef hex color red value is 180, green value is 111 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b46fef hue: 0.76 , saturation: 0.80 and the lightness value of b46fef is 0.69.

The process color (four color CMYK) of #b46fef color hex is 0.25, 0.54, 0.00, 0.06. Web safe color of #b46fef is #cc66ff. Color #b46fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101111 11101111
Octal 264 157 357
Decimal 180 111 239
Hex B4 6F EF

RGB Percentages of Color #b46fef

%33.96
%20.94
%45.09

CMYK Percentages of Color #b46fef

%25
%54
%0
%6

Triadic Colors of #b46fef

#b46fef #efb46f #6fefb4

Analogous Colors of #b46fef

#b46fef #ef6fea #746fef

Monochromatic Colors of #b46fef

#b46fef

Complementary Color

#b46fef #aaef6f

#b46fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46fef Color CSS Codes

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

#b46fef Text Font Color

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

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


#b46fef Background Color

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

This div background color is #b46fef


#b46fef Border Color

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

This div border color is #b46fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46fef


Comments

No comments written yet.

Please login to write comment.