Color Hex Logo

#b46eee Color Hex

#B46EEE
(180,110,238)
0 Favorites   0 Comments

Color spaces of #b46eee

RGB 180110238
HSL0.760.790.68
HSV273°54°93°
CMYK 0.240.540.00   0.07
XYZ39.830927.028284.0066
Yxy27.02820.26400.1792
Hunter Lab51.988745.7769-59.4125
CIE-Lab59.000450.8880-54.1235

#b46eee color RGB value is (180,110,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101110 11101110
Octal 264 156 356
Decimal 180 110 238
Hex B4 6E EE

RGB Percentages of Color #b46eee

%34.09
%20.83
%45.08

CMYK Percentages of Color #b46eee

%24
%54
%0
%7

Triadic Colors of #b46eee

#b46eee #eeb46e #6eeeb4

Analogous Colors of #b46eee

#b46eee #ee6ee8 #746eee

Monochromatic Colors of #b46eee

#b46eee

Complementary Color

#b46eee #a8ee6e

#b46eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46eee Color CSS Codes

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

#b46eee Text Font Color

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

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


#b46eee Background Color

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

This div background color is #b46eee


#b46eee Border Color

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

This div border color is #b46eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46eee


Comments

No comments written yet.

Please login to write comment.