Color Hex Logo

#b67eda Color Hex

#B67EDA
(182,126,218)
0 Favorites   0 Comments

Color spaces of #b67eda

RGB 182126218
HSL0.770.550.67
HSV277°42°85°
CMYK 0.170.420.00   0.15
XYZ39.407129.928770.0295
Yxy29.92870.28280.2148
Hunter Lab54.707132.8411-37.6010
CIE-Lab61.592738.3828-38.8578

#b67eda color RGB value is (182,126,218).

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

The process color (four color CMYK) of #b67eda color hex is 0.17, 0.42, 0.00, 0.15. Web safe color of #b67eda is #cc66cc. Color #b67eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111110 11011010
Octal 266 176 332
Decimal 182 126 218
Hex B6 7E DA

RGB Percentages of Color #b67eda

%34.60
%23.95
%41.44

CMYK Percentages of Color #b67eda

%17
%42
%0
%15

Triadic Colors of #b67eda

#b67eda #dab67e #7edab6

Analogous Colors of #b67eda

#b67eda #da7ed0 #887eda

Monochromatic Colors of #b67eda

#b67eda

Complementary Color

#b67eda #a2da7e

#b67eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67eda Color CSS Codes

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

#b67eda Text Font Color

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

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


#b67eda Background Color

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

This div background color is #b67eda


#b67eda Border Color

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

This div border color is #b67eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67eda


Comments

No comments written yet.

Please login to write comment.