Color Hex Logo

#be738e Color Hex

#BE738E
(190,115,142)
0 Favorites   0 Comments

Color spaces of #be738e

RGB 190115142
HSL0.940.370.60
HSV338°39°75°
CMYK 0.000.390.25   0.25
XYZ32.248425.161628.7482
Yxy25.16160.37430.2920
Hunter Lab50.161326.97411.1330
CIE-Lab57.232533.0757-2.0430

#be738e color RGB value is (190,115,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110011 10001110
Octal 276 163 216
Decimal 190 115 142
Hex BE 73 8E

RGB Percentages of Color #be738e

%42.51
%25.73
%31.77

CMYK Percentages of Color #be738e

%0
%39
%25
%25

Triadic Colors of #be738e

#be738e #8ebe73 #738ebe

Analogous Colors of #be738e

#be738e #be7e73 #be73b4

Monochromatic Colors of #be738e

#be738e

Complementary Color

#be738e #73bea3

#be738e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be738e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be738e Color CSS Codes

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

#be738e Text Font Color

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

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


#be738e Background Color

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

This div background color is #be738e


#be738e Border Color

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

This div border color is #be738e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be738e


Comments

No comments written yet.

Please login to write comment.