Color Hex Logo

#be89de Color Hex

#BE89DE
(190,137,222)
0 Favorites   0 Comments

Color spaces of #be89de

RGB 190137222
HSL0.770.560.70
HSV277°38°87°
CMYK 0.140.380.00   0.13
XYZ43.365734.112473.4060
Yxy34.11240.28740.2261
Hunter Lab58.405830.3242-33.6332
CIE-Lab65.051735.5612-35.6251

#be89de color RGB value is (190,137,222).

#be89de hex color red value is 190, green value is 137 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #be89de hue: 0.77 , saturation: 0.56 and the lightness value of be89de is 0.70.

The process color (four color CMYK) of #be89de color hex is 0.14, 0.38, 0.00, 0.13. Web safe color of #be89de is #cc99cc. Color #be89de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001001 11011110
Octal 276 211 336
Decimal 190 137 222
Hex BE 89 DE

RGB Percentages of Color #be89de

%34.61
%24.95
%40.44

CMYK Percentages of Color #be89de

%14
%38
%0
%13

Triadic Colors of #be89de

#be89de #debe89 #89debe

Analogous Colors of #be89de

#be89de #de89d4 #9489de

Monochromatic Colors of #be89de

#be89de

Complementary Color

#be89de #a9de89

#be89de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be89de Color Preview on White Background

Lorem ipsum dolor sit amet.

#be89de Color CSS Codes

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

#be89de Text Font Color

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

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


#be89de Background Color

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

This div background color is #be89de


#be89de Border Color

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

This div border color is #be89de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,137,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be89de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be89de;
  -webkit-box-shadow: 1px 1px 3px 2px #be89de;
  box-shadow:         1px 1px 3px 2px #be89de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,137,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be89de


Comments

No comments written yet.

Please login to write comment.