Color Hex Logo

#b67eee Color Hex

#B67EEE
(182,126,238)
0 Favorites   0 Comments

Color spaces of #b67eee

RGB 182126238
HSL0.750.770.71
HSV270°47°93°
CMYK 0.240.470.00   0.07
XYZ42.184931.039884.6568
Yxy31.03980.26720.1966
Hunter Lab55.713437.6577-51.0921
CIE-Lab62.541242.8563-48.4907

#b67eee color RGB value is (182,126,238).

#b67eee hex color red value is 182, green value is 126 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b67eee hue: 0.75 , saturation: 0.77 and the lightness value of b67eee is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111110 11101110
Octal 266 176 356
Decimal 182 126 238
Hex B6 7E EE

RGB Percentages of Color #b67eee

%33.33
%23.08
%43.59

CMYK Percentages of Color #b67eee

%24
%47
%0
%7

Triadic Colors of #b67eee

#b67eee #eeb67e #7eeeb6

Analogous Colors of #b67eee

#b67eee #ee7eee #7e7eee

Monochromatic Colors of #b67eee

#b67eee

Complementary Color

#b67eee #b6ee7e

#b67eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67eee Color CSS Codes

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

#b67eee Text Font Color

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

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


#b67eee Background Color

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

This div background color is #b67eee


#b67eee Border Color

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

This div border color is #b67eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67eee


Comments

No comments written yet.

Please login to write comment.