Color Hex Logo

#be4780 Color Hex

#BE4780
(190,71,128)
0 Favorites   0 Comments

Color spaces of #be4780

RGB 19071128
HSL0.920.480.51
HSV331°63°75°
CMYK 0.000.630.33   0.25
XYZ27.384717.012122.2624
Yxy17.01210.41080.2552
Hunter Lab41.245746.3333-3.1298
CIE-Lab48.275353.1890-7.0046

#be4780 color RGB value is (190,71,128).

#be4780 hex color red value is 190, green value is 71 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #be4780 hue: 0.92 , saturation: 0.48 and the lightness value of be4780 is 0.51.

The process color (four color CMYK) of #be4780 color hex is 0.00, 0.63, 0.33, 0.25. Web safe color of #be4780 is #cc3399. Color #be4780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000111 10000000
Octal 276 107 200
Decimal 190 71 128
Hex BE 47 80

RGB Percentages of Color #be4780

%48.84
%18.25
%32.90

CMYK Percentages of Color #be4780

%0
%63
%33
%25

Triadic Colors of #be4780

#be4780 #80be47 #4780be

Analogous Colors of #be4780

#be4780 #be4a47 #be47bc

Monochromatic Colors of #be4780

#be4780

Complementary Color

#be4780 #47be85

#be4780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4780 Color CSS Codes

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

#be4780 Text Font Color

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

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


#be4780 Background Color

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

This div background color is #be4780


#be4780 Border Color

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

This div border color is #be4780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4780


Comments

No comments written yet.

Please login to write comment.