Color Hex Logo

#be819e Color Hex

#BE819E
(190,129,158)
0 Favorites   0 Comments

Color spaces of #be819e

RGB 190129158
HSL0.920.320.63
HSV331°32°75°
CMYK 0.000.320.17   0.25
XYZ35.257029.116336.1095
Yxy29.11630.35090.2898
Hunter Lab53.959522.2022-1.9050
CIE-Lab60.884127.8602-5.8776

#be819e color RGB value is (190,129,158).

#be819e hex color red value is 190, green value is 129 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #be819e hue: 0.92 , saturation: 0.32 and the lightness value of be819e is 0.63.

The process color (four color CMYK) of #be819e color hex is 0.00, 0.32, 0.17, 0.25. Web safe color of #be819e is #cc9999. Color #be819e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000001 10011110
Octal 276 201 236
Decimal 190 129 158
Hex BE 81 9E

RGB Percentages of Color #be819e

%39.83
%27.04
%33.12

CMYK Percentages of Color #be819e

%0
%32
%17
%25

Triadic Colors of #be819e

#be819e #9ebe81 #819ebe

Analogous Colors of #be819e

#be819e #be8381 #be81bd

Monochromatic Colors of #be819e

#be819e

Complementary Color

#be819e #81bea1

#be819e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be819e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be819e Color CSS Codes

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

#be819e Text Font Color

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

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


#be819e Background Color

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

This div background color is #be819e


#be819e Border Color

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

This div border color is #be819e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be819e


Comments

No comments written yet.

Please login to write comment.