Color Hex Logo

#be296f Color Hex

#BE296F
(190,41,111)
0 Favorites   0 Comments

Color spaces of #be296f

RGB 19041111
HSL0.920.650.45
HSV332°78°75°
CMYK 0.000.780.42   0.25
XYZ24.897413.680716.3673
Yxy13.68070.45310.2490
Hunter Lab36.987455.4259-0.3452
CIE-Lab43.771562.2846-3.2871

#be296f color RGB value is (190,41,111).

#be296f hex color red value is 190, green value is 41 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #be296f hue: 0.92 , saturation: 0.65 and the lightness value of be296f is 0.45.

The process color (four color CMYK) of #be296f color hex is 0.00, 0.78, 0.42, 0.25. Web safe color of #be296f is #cc3366. Color #be296f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101001 01101111
Octal 276 51 157
Decimal 190 41 111
Hex BE 29 6F

RGB Percentages of Color #be296f

%55.56
%11.99
%32.46

CMYK Percentages of Color #be296f

%0
%78
%42
%25

Triadic Colors of #be296f

#be296f #6fbe29 #296fbe

Analogous Colors of #be296f

#be296f #be2e29 #be29ba

Monochromatic Colors of #be296f

#be296f

Complementary Color

#be296f #29be78

#be296f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be296f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be296f Color CSS Codes

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

#be296f Text Font Color

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

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


#be296f Background Color

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

This div background color is #be296f


#be296f Border Color

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

This div border color is #be296f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be296f


Comments

No comments written yet.

Please login to write comment.