Color Hex Logo

#be907a Color Hex

#BE907A
(190,144,122)
0 Favorites   0 Comments

Color spaces of #be907a

RGB 190144122
HSL0.050.340.61
HSV19°36°75°
CMYK 0.000.240.36   0.25
XYZ34.721332.298822.8166
Yxy32.29880.38650.3595
Hunter Lab56.83209.597815.9790
CIE-Lab63.589114.372218.4288

#be907a color RGB value is (190,144,122).

#be907a hex color red value is 190, green value is 144 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #be907a hue: 0.05 , saturation: 0.34 and the lightness value of be907a is 0.61.

The process color (four color CMYK) of #be907a color hex is 0.00, 0.24, 0.36, 0.25. Web safe color of #be907a is #cc9966. Color #be907a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010000 01111010
Octal 276 220 172
Decimal 190 144 122
Hex BE 90 7A

RGB Percentages of Color #be907a

%41.67
%31.58
%26.75

CMYK Percentages of Color #be907a

%0
%24
%36
%25

Triadic Colors of #be907a

#be907a #7abe90 #907abe

Analogous Colors of #be907a

#be907a #beb27a #be7a86

Monochromatic Colors of #be907a

#be907a

Complementary Color

#be907a #7aa8be

#be907a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be907a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be907a Color CSS Codes

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

#be907a Text Font Color

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

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


#be907a Background Color

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

This div background color is #be907a


#be907a Border Color

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

This div border color is #be907a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be907a


Comments

No comments written yet.

Please login to write comment.