Color Hex Logo

#be4884 Color Hex

#BE4884
(190,72,132)
0 Favorites   0 Comments

Color spaces of #be4884

RGB 19072132
HSL0.920.480.51
HSV329°62°75°
CMYK 0.000.620.31   0.25
XYZ27.717417.247823.6981
Yxy17.24780.40370.2512
Hunter Lab41.530546.4524-4.7607
CIE-Lab48.570853.2474-8.9754

#be4884 color RGB value is (190,72,132).

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

The process color (four color CMYK) of #be4884 color hex is 0.00, 0.62, 0.31, 0.25. Web safe color of #be4884 is #cc3399. Color #be4884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001000 10000100
Octal 276 110 204
Decimal 190 72 132
Hex BE 48 84

RGB Percentages of Color #be4884

%48.22
%18.27
%33.50

CMYK Percentages of Color #be4884

%0
%62
%31
%25

Triadic Colors of #be4884

#be4884 #84be48 #4884be

Analogous Colors of #be4884

#be4884 #be4849 #bd48be

Monochromatic Colors of #be4884

#be4884

Complementary Color

#be4884 #48be82

#be4884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4884 Color CSS Codes

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

#be4884 Text Font Color

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

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


#be4884 Background Color

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

This div background color is #be4884


#be4884 Border Color

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

This div border color is #be4884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4884


Comments

No comments written yet.

Please login to write comment.