Color Hex Logo

#be4070 Color Hex

#BE4070
(190,64,112)
0 Favorites   0 Comments

Color spaces of #be4070

RGB 19064112
HSL0.940.500.50
HSV337°66°75°
CMYK 0.000.660.41   0.25
XYZ25.993215.783817.0058
Yxy15.78380.44220.2685
Hunter Lab39.728847.26092.4313
CIE-Lab46.689654.33300.3788

#be4070 color RGB value is (190,64,112).

#be4070 hex color red value is 190, green value is 64 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #be4070 hue: 0.94 , saturation: 0.50 and the lightness value of be4070 is 0.50.

The process color (four color CMYK) of #be4070 color hex is 0.00, 0.66, 0.41, 0.25. Web safe color of #be4070 is #cc3366. Color #be4070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000000 01110000
Octal 276 100 160
Decimal 190 64 112
Hex BE 40 70

RGB Percentages of Color #be4070

%51.91
%17.49
%30.60

CMYK Percentages of Color #be4070

%0
%66
%41
%25

Triadic Colors of #be4070

#be4070 #70be40 #4070be

Analogous Colors of #be4070

#be4070 #be4f40 #be40af

Monochromatic Colors of #be4070

#be4070

Complementary Color

#be4070 #40be8e

#be4070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4070 Color CSS Codes

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

#be4070 Text Font Color

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

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


#be4070 Background Color

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

This div background color is #be4070


#be4070 Border Color

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

This div border color is #be4070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4070


Comments

No comments written yet.

Please login to write comment.