Color Hex Logo

#be074a Color Hex

#BE074A
(190,7,74)
0 Favorites   0 Comments

Color spaces of #be074a

RGB 190774
HSL0.940.930.39
HSV338°96°75°
CMYK 0.000.960.61   0.25
XYZ22.547211.59357.5280
Yxy11.59350.54110.2782
Hunter Lab34.049258.615510.7259
CIE-Lab40.562665.715115.4356

#be074a color RGB value is (190,7,74).

#be074a hex color red value is 190, green value is 7 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #be074a hue: 0.94 , saturation: 0.93 and the lightness value of be074a is 0.39.

The process color (four color CMYK) of #be074a color hex is 0.00, 0.96, 0.61, 0.25. Web safe color of #be074a is #cc0033. Color #be074a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000111 01001010
Octal 276 7 112
Decimal 190 7 74
Hex BE 7 4A

RGB Percentages of Color #be074a

%70.11
%2.58
%27.31

CMYK Percentages of Color #be074a

%0
%96
%61
%25

Triadic Colors of #be074a

#be074a #4abe07 #074abe

Analogous Colors of #be074a

#be074a #be2007 #be07a6

Monochromatic Colors of #be074a

#be074a

Complementary Color

#be074a #07be7b

#be074a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be074a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be074a Color CSS Codes

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

#be074a Text Font Color

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

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


#be074a Background Color

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

This div background color is #be074a


#be074a Border Color

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

This div border color is #be074a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be074a


Comments

No comments written yet.

Please login to write comment.