Color Hex Logo

#be737a Color Hex

#BE737A
(190,115,122)
0 Favorites   0 Comments

Color spaces of #be737a

RGB 190115122
HSL0.980.370.60
HSV354°39°75°
CMYK 0.000.390.36   0.25
XYZ30.878824.613821.5358
Yxy24.61380.40090.3195
Hunter Lab49.612324.27738.9919
CIE-Lab56.697230.37478.8120

#be737a color RGB value is (190,115,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110011 01111010
Octal 276 163 172
Decimal 190 115 122
Hex BE 73 7A

RGB Percentages of Color #be737a

%44.50
%26.93
%28.57

CMYK Percentages of Color #be737a

%0
%39
%36
%25

Triadic Colors of #be737a

#be737a #7abe73 #737abe

Analogous Colors of #be737a

#be737a #be9273 #be73a0

Monochromatic Colors of #be737a

#be737a

Complementary Color

#be737a #73beb7

#be737a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be737a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be737a Color CSS Codes

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

#be737a Text Font Color

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

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


#be737a Background Color

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

This div background color is #be737a


#be737a Border Color

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

This div border color is #be737a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be737a


Comments

No comments written yet.

Please login to write comment.