Color Hex Logo

#be4079 Color Hex

#BE4079
(190,64,121)
0 Favorites   0 Comments

Color spaces of #be4079

RGB 19064121
HSL0.920.500.50
HSV333°66°75°
CMYK 0.000.660.36   0.25
XYZ26.519815.994419.7786
Yxy15.99440.42570.2568
Hunter Lab39.993048.3776-1.3269
CIE-Lab46.967155.3136-4.7043

#be4079 color RGB value is (190,64,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000000 01111001
Octal 276 100 171
Decimal 190 64 121
Hex BE 40 79

RGB Percentages of Color #be4079

%50.67
%17.07
%32.27

CMYK Percentages of Color #be4079

%0
%66
%36
%25

Triadic Colors of #be4079

#be4079 #79be40 #4079be

Analogous Colors of #be4079

#be4079 #be4640 #be40b8

Monochromatic Colors of #be4079

#be4079

Complementary Color

#be4079 #40be85

#be4079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4079 Color CSS Codes

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

#be4079 Text Font Color

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

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


#be4079 Background Color

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

This div background color is #be4079


#be4079 Border Color

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

This div border color is #be4079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4079


Comments

No comments written yet.

Please login to write comment.