Color Hex Logo

#b68eda Color Hex

#B68EDA
(182,142,218)
0 Favorites   0 Comments

Color spaces of #b68eda

RGB 182142218
HSL0.750.510.71
HSV272°35°85°
CMYK 0.170.350.00   0.15
XYZ41.619334.353070.7669
Yxy34.35300.28360.2341
Hunter Lab58.611424.1808-30.5582
CIE-Lab65.241829.5037-33.1700

#b68eda color RGB value is (182,142,218).

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

The process color (four color CMYK) of #b68eda color hex is 0.17, 0.35, 0.00, 0.15. Web safe color of #b68eda is #cc99cc. Color #b68eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001110 11011010
Octal 266 216 332
Decimal 182 142 218
Hex B6 8E DA

RGB Percentages of Color #b68eda

%33.58
%26.20
%40.22

CMYK Percentages of Color #b68eda

%17
%35
%0
%15

Triadic Colors of #b68eda

#b68eda #dab68e #8edab6

Analogous Colors of #b68eda

#b68eda #da8ed8 #908eda

Monochromatic Colors of #b68eda

#b68eda

Complementary Color

#b68eda #b2da8e

#b68eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68eda Color CSS Codes

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

#b68eda Text Font Color

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

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


#b68eda Background Color

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

This div background color is #b68eda


#b68eda Border Color

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

This div border color is #b68eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68eda


Comments

No comments written yet.

Please login to write comment.