Color Hex Logo

#b67eeb Color Hex

#B67EEB
(182,126,235)
0 Favorites   0 Comments

Color spaces of #b67eeb

RGB 182126235
HSL0.750.730.71
HSV271°46°92°
CMYK 0.230.460.00   0.08
XYZ41.747730.865082.3545
Yxy30.86500.26940.1992
Hunter Lab55.556336.9101-48.9998
CIE-Lab62.393542.1709-47.0629

#b67eeb color RGB value is (182,126,235).

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

The process color (four color CMYK) of #b67eeb color hex is 0.23, 0.46, 0.00, 0.08. Web safe color of #b67eeb is #cc66ff. Color #b67eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111110 11101011
Octal 266 176 353
Decimal 182 126 235
Hex B6 7E EB

RGB Percentages of Color #b67eeb

%33.52
%23.20
%43.28

CMYK Percentages of Color #b67eeb

%23
%46
%0
%8

Triadic Colors of #b67eeb

#b67eeb #ebb67e #7eebb6

Analogous Colors of #b67eeb

#b67eeb #eb7eea #807eeb

Monochromatic Colors of #b67eeb

#b67eeb

Complementary Color

#b67eeb #b3eb7e

#b67eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67eeb Color CSS Codes

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

#b67eeb Text Font Color

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

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


#b67eeb Background Color

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

This div background color is #b67eeb


#b67eeb Border Color

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

This div border color is #b67eeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,126,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67eeb


Comments

No comments written yet.

Please login to write comment.