Color Hex Logo

#be4999 Color Hex

#BE4999
(190,73,153)
0 Favorites   0 Comments

Color spaces of #be4999

RGB 19073153
HSL0.890.470.52
HSV319°62°75°
CMYK 0.000.620.19   0.25
XYZ29.367518.012132.0658
Yxy18.01210.36970.2267
Hunter Lab42.440749.2448-15.0878
CIE-Lab49.510855.6489-20.1134

#be4999 color RGB value is (190,73,153).

#be4999 hex color red value is 190, green value is 73 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #be4999 hue: 0.89 , saturation: 0.47 and the lightness value of be4999 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001001 10011001
Octal 276 111 231
Decimal 190 73 153
Hex BE 49 99

RGB Percentages of Color #be4999

%45.67
%17.55
%36.78

CMYK Percentages of Color #be4999

%0
%62
%19
%25

Triadic Colors of #be4999

#be4999 #99be49 #4999be

Analogous Colors of #be4999

#be4999 #be495e #a949be

Monochromatic Colors of #be4999

#be4999

Complementary Color

#be4999 #49be6e

#be4999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4999 Color CSS Codes

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

#be4999 Text Font Color

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

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


#be4999 Background Color

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

This div background color is #be4999


#be4999 Border Color

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

This div border color is #be4999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4999


Comments

No comments written yet.

Please login to write comment.