Color Hex Logo

#b69eea Color Hex

#B69EEA
(182,158,234)
0 Favorites   0 Comments

Color spaces of #b69eea

RGB 182158234
HSL0.720.640.77
HSV259°32°92°
CMYK 0.220.320.00   0.08
XYZ46.369540.339383.1842
Yxy40.33930.27290.2374
Hunter Lab63.513219.1705-33.1937
CIE-Lab69.710524.1698-35.0572

#b69eea color RGB value is (182,158,234).

#b69eea hex color red value is 182, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b69eea hue: 0.72 , saturation: 0.64 and the lightness value of b69eea is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011110 11101010
Octal 266 236 352
Decimal 182 158 234
Hex B6 9E EA

RGB Percentages of Color #b69eea

%31.71
%27.53
%40.77

CMYK Percentages of Color #b69eea

%22
%32
%0
%8

Triadic Colors of #b69eea

#b69eea #eab69e #9eeab6

Analogous Colors of #b69eea

#b69eea #dc9eea #9eacea

Monochromatic Colors of #b69eea

#b69eea

Complementary Color

#b69eea #d2ea9e

#b69eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69eea Color CSS Codes

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

#b69eea Text Font Color

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

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


#b69eea Background Color

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

This div background color is #b69eea


#b69eea Border Color

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

This div border color is #b69eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69eea


Comments

No comments written yet.

Please login to write comment.