Color Hex Logo

#be718e Color Hex

#BE718E
(190,113,142)
0 Favorites   0 Comments

Color spaces of #be718e

RGB 190113142
HSL0.940.370.59
HSV337°41°75°
CMYK 0.000.410.25   0.25
XYZ32.022824.710428.6730
Yxy24.71040.37490.2893
Hunter Lab49.709627.99760.5976
CIE-Lab56.792234.1588-2.6903

#be718e color RGB value is (190,113,142).

#be718e hex color red value is 190, green value is 113 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #be718e hue: 0.94 , saturation: 0.37 and the lightness value of be718e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110001 10001110
Octal 276 161 216
Decimal 190 113 142
Hex BE 71 8E

RGB Percentages of Color #be718e

%42.70
%25.39
%31.91

CMYK Percentages of Color #be718e

%0
%41
%25
%25

Triadic Colors of #be718e

#be718e #8ebe71 #718ebe

Analogous Colors of #be718e

#be718e #be7b71 #be71b5

Monochromatic Colors of #be718e

#be718e

Complementary Color

#be718e #71bea1

#be718e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be718e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be718e Color CSS Codes

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

#be718e Text Font Color

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

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


#be718e Background Color

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

This div background color is #be718e


#be718e Border Color

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

This div border color is #be718e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be718e


Comments

No comments written yet.

Please login to write comment.