Color Hex Logo

#b67cee Color Hex

#B67CEE
(182,124,238)
0 Favorites   0 Comments

Color spaces of #b67cee

RGB 182124238
HSL0.750.770.71
HSV271°48°93°
CMYK 0.240.480.00   0.07
XYZ41.931730.533484.5724
Yxy30.53340.26700.1944
Hunter Lab55.257038.7546-52.0650
CIE-Lab62.111843.9429-49.1700

#b67cee color RGB value is (182,124,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111100 11101110
Octal 266 174 356
Decimal 182 124 238
Hex B6 7C EE

RGB Percentages of Color #b67cee

%33.46
%22.79
%43.75

CMYK Percentages of Color #b67cee

%24
%48
%0
%7

Triadic Colors of #b67cee

#b67cee #eeb67c #7ceeb6

Analogous Colors of #b67cee

#b67cee #ee7ced #7d7cee

Monochromatic Colors of #b67cee

#b67cee

Complementary Color

#b67cee #b4ee7c

#b67cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67cee Color CSS Codes

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

#b67cee Text Font Color

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

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


#b67cee Background Color

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

This div background color is #b67cee


#b67cee Border Color

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

This div border color is #b67cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67cee


Comments

No comments written yet.

Please login to write comment.