Color Hex Logo

#be699e Color Hex

#BE699E
(190,105,158)
0 Favorites   0 Comments

Color spaces of #be699e

RGB 190105158
HSL0.900.400.58
HSV323°45°75°
CMYK 0.000.450.17   0.25
XYZ32.458323.518935.1766
Yxy23.51890.35610.2580
Hunter Lab48.496334.6006-9.0584
CIE-Lab55.602940.8552-13.7807

#be699e color RGB value is (190,105,158).

#be699e hex color red value is 190, green value is 105 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #be699e hue: 0.90 , saturation: 0.40 and the lightness value of be699e is 0.58.

The process color (four color CMYK) of #be699e color hex is 0.00, 0.45, 0.17, 0.25. Web safe color of #be699e is #cc6699. Color #be699e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101001 10011110
Octal 276 151 236
Decimal 190 105 158
Hex BE 69 9E

RGB Percentages of Color #be699e

%41.94
%23.18
%34.88

CMYK Percentages of Color #be699e

%0
%45
%17
%25

Triadic Colors of #be699e

#be699e #9ebe69 #699ebe

Analogous Colors of #be699e

#be699e #be6974 #b469be

Monochromatic Colors of #be699e

#be699e

Complementary Color

#be699e #69be89

#be699e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be699e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be699e Color CSS Codes

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

#be699e Text Font Color

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

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


#be699e Background Color

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

This div background color is #be699e


#be699e Border Color

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

This div border color is #be699e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be699e


Comments

No comments written yet.

Please login to write comment.