Color Hex Logo

#b46dee Color Hex

#B46DEE
(180,109,238)
0 Favorites   0 Comments

Color spaces of #b46dee

RGB 180109238
HSL0.760.790.68
HSV273°54°93°
CMYK 0.240.540.00   0.07
XYZ39.723626.813683.9708
Yxy26.81360.26390.1782
Hunter Lab51.781946.3151-59.8989
CIE-Lab58.801451.4095-54.4406

#b46dee color RGB value is (180,109,238).

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

The process color (four color CMYK) of #b46dee color hex is 0.24, 0.54, 0.00, 0.07. Web safe color of #b46dee is #cc66ff. Color #b46dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101101 11101110
Octal 264 155 356
Decimal 180 109 238
Hex B4 6D EE

RGB Percentages of Color #b46dee

%34.16
%20.68
%45.16

CMYK Percentages of Color #b46dee

%24
%54
%0
%7

Triadic Colors of #b46dee

#b46dee #eeb46d #6deeb4

Analogous Colors of #b46dee

#b46dee #ee6de8 #746dee

Monochromatic Colors of #b46dee

#b46dee

Complementary Color

#b46dee #a7ee6d

#b46dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46dee Color CSS Codes

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

#b46dee Text Font Color

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

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


#b46dee Background Color

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

This div background color is #b46dee


#b46dee Border Color

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

This div border color is #b46dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46dee


Comments

No comments written yet.

Please login to write comment.