Color Hex Logo

#b68aea Color Hex

#B68AEA
(182,138,234)
0 Favorites   0 Comments

Color spaces of #b68aea

RGB 182138234
HSL0.740.700.73
HSV268°41°92°
CMYK 0.220.410.00   0.08
XYZ43.231234.062682.1381
Yxy34.06260.27120.2136
Hunter Lab58.363230.0843-42.5883
CIE-Lab65.012235.3329-42.3881

#b68aea color RGB value is (182,138,234).

#b68aea hex color red value is 182, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b68aea hue: 0.74 , saturation: 0.70 and the lightness value of b68aea is 0.73.

The process color (four color CMYK) of #b68aea color hex is 0.22, 0.41, 0.00, 0.08. Web safe color of #b68aea is #cc99ff. Color #b68aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001010 11101010
Octal 266 212 352
Decimal 182 138 234
Hex B6 8A EA

RGB Percentages of Color #b68aea

%32.85
%24.91
%42.24

CMYK Percentages of Color #b68aea

%22
%41
%0
%8

Triadic Colors of #b68aea

#b68aea #eab68a #8aeab6

Analogous Colors of #b68aea

#b68aea #e68aea #8a8eea

Monochromatic Colors of #b68aea

#b68aea

Complementary Color

#b68aea #beea8a

#b68aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68aea Color CSS Codes

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

#b68aea Text Font Color

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

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


#b68aea Background Color

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

This div background color is #b68aea


#b68aea Border Color

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

This div border color is #b68aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68aea


Comments

No comments written yet.

Please login to write comment.