Color Hex Logo

#b46cef Color Hex

#B46CEF
(180,108,239)
0 Favorites   0 Comments

Color spaces of #b46cef

RGB 180108239
HSL0.760.800.68
HSV273°55°94°
CMYK 0.250.550.00   0.06
XYZ39.764926.660484.7115
Yxy26.66040.26310.1764
Hunter Lab51.633747.1100-61.1290
CIE-Lab58.658752.1543-55.2243

#b46cef color RGB value is (180,108,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101100 11101111
Octal 264 154 357
Decimal 180 108 239
Hex B4 6C EF

RGB Percentages of Color #b46cef

%34.16
%20.49
%45.35

CMYK Percentages of Color #b46cef

%25
%55
%0
%6

Triadic Colors of #b46cef

#b46cef #efb46c #6cefb4

Analogous Colors of #b46cef

#b46cef #ef6ce9 #736cef

Monochromatic Colors of #b46cef

#b46cef

Complementary Color

#b46cef #a7ef6c

#b46cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46cef Color CSS Codes

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

#b46cef Text Font Color

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

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


#b46cef Background Color

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

This div background color is #b46cef


#b46cef Border Color

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

This div border color is #b46cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46cef


Comments

No comments written yet.

Please login to write comment.