Color Hex Logo

#be698e Color Hex

#BE698E
(190,105,142)
0 Favorites   0 Comments

Color spaces of #be698e

RGB 190105142
HSL0.930.400.58
HSV334°45°75°
CMYK 0.000.450.25   0.25
XYZ31.169323.003328.3885
Yxy23.00330.37750.2786
Hunter Lab47.961832.0702-1.5204
CIE-Lab55.075738.4382-5.2242

#be698e color RGB value is (190,105,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101001 10001110
Octal 276 151 216
Decimal 190 105 142
Hex BE 69 8E

RGB Percentages of Color #be698e

%43.48
%24.03
%32.49

CMYK Percentages of Color #be698e

%0
%45
%25
%25

Triadic Colors of #be698e

#be698e #8ebe69 #698ebe

Analogous Colors of #be698e

#be698e #be6f69 #be69b9

Monochromatic Colors of #be698e

#be698e

Complementary Color

#be698e #69be99

#be698e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be698e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be698e Color CSS Codes

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

#be698e Text Font Color

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

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


#be698e Background Color

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

This div background color is #be698e


#be698e Border Color

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

This div border color is #be698e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be698e


Comments

No comments written yet.

Please login to write comment.