Color Hex Logo

#be284f Color Hex

#BE284F
(190,40,79)
0 Favorites   0 Comments

Color spaces of #be284f

RGB 1904079
HSL0.960.650.45
HSV344°79°75°
CMYK 0.000.790.58   0.25
XYZ23.405313.02928.6784
Yxy13.02920.51880.2888
Hunter Lab36.096052.574711.0124
CIE-Lab42.807259.918015.3208

#be284f color RGB value is (190,40,79).

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

The process color (four color CMYK) of #be284f color hex is 0.00, 0.79, 0.58, 0.25. Web safe color of #be284f is #cc3366. Color #be284f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101000 01001111
Octal 276 50 117
Decimal 190 40 79
Hex BE 28 4F

RGB Percentages of Color #be284f

%61.49
%12.94
%25.57

CMYK Percentages of Color #be284f

%0
%79
%58
%25

Triadic Colors of #be284f

#be284f #4fbe28 #284fbe

Analogous Colors of #be284f

#be284f #be4c28 #be289a

Monochromatic Colors of #be284f

#be284f

Complementary Color

#be284f #28be97

#be284f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be284f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be284f Color CSS Codes

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

#be284f Text Font Color

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

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


#be284f Background Color

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

This div background color is #be284f


#be284f Border Color

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

This div border color is #be284f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be284f


Comments

No comments written yet.

Please login to write comment.