Color Hex Logo

#b67eec Color Hex

#B67EEC
(182,126,236)
0 Favorites   0 Comments

Color spaces of #b67eec

RGB 182126236
HSL0.750.740.71
HSV271°47°93°
CMYK 0.230.470.00   0.07
XYZ41.892630.922983.1176
Yxy30.92290.26870.1983
Hunter Lab55.608437.1585-49.6947
CIE-Lab62.442542.3989-47.5395

#b67eec color RGB value is (182,126,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111110 11101100
Octal 266 176 354
Decimal 182 126 236
Hex B6 7E EC

RGB Percentages of Color #b67eec

%33.46
%23.16
%43.38

CMYK Percentages of Color #b67eec

%23
%47
%0
%7

Triadic Colors of #b67eec

#b67eec #ecb67e #7eecb6

Analogous Colors of #b67eec

#b67eec #ec7eeb #7f7eec

Monochromatic Colors of #b67eec

#b67eec

Complementary Color

#b67eec #b4ec7e

#b67eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67eec Color CSS Codes

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

#b67eec Text Font Color

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

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


#b67eec Background Color

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

This div background color is #b67eec


#b67eec Border Color

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

This div border color is #b67eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67eec


Comments

No comments written yet.

Please login to write comment.