Color Hex Logo

#be729e Color Hex

#BE729E
(190,114,158)
0 Favorites   0 Comments

Color spaces of #be729e

RGB 190114158
HSL0.900.370.60
HSV325°40°75°
CMYK 0.000.400.17   0.25
XYZ33.424125.450435.4985
Yxy25.45040.35420.2697
Hunter Lab50.448429.9788-6.4061
CIE-Lab57.511736.0601-10.9070

#be729e color RGB value is (190,114,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110010 10011110
Octal 276 162 236
Decimal 190 114 158
Hex BE 72 9E

RGB Percentages of Color #be729e

%41.13
%24.68
%34.20

CMYK Percentages of Color #be729e

%0
%40
%17
%25

Triadic Colors of #be729e

#be729e #9ebe72 #729ebe

Analogous Colors of #be729e

#be729e #be7278 #b872be

Monochromatic Colors of #be729e

#be729e

Complementary Color

#be729e #72be92

#be729e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be729e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be729e Color CSS Codes

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

#be729e Text Font Color

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

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


#be729e Background Color

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

This div background color is #be729e


#be729e Border Color

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

This div border color is #be729e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be729e


Comments

No comments written yet.

Please login to write comment.