Color Hex Logo

#be244f Color Hex

#BE244F
(190,36,79)
0 Favorites   0 Comments

Color spaces of #be244f

RGB 1903679
HSL0.950.680.44
HSV343°81°75°
CMYK 0.000.810.58   0.25
XYZ23.277412.77348.6358
Yxy12.77340.52090.2858
Hunter Lab35.739953.712310.6917
CIE-Lab42.419861.015914.7939

#be244f color RGB value is (190,36,79).

#be244f hex color red value is 190, green value is 36 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #be244f hue: 0.95 , saturation: 0.68 and the lightness value of be244f is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100100 01001111
Octal 276 44 117
Decimal 190 36 79
Hex BE 24 4F

RGB Percentages of Color #be244f

%62.30
%11.80
%25.90

CMYK Percentages of Color #be244f

%0
%81
%58
%25

Triadic Colors of #be244f

#be244f #4fbe24 #244fbe

Analogous Colors of #be244f

#be244f #be4624 #be249c

Monochromatic Colors of #be244f

#be244f

Complementary Color

#be244f #24be93

#be244f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be244f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be244f Color CSS Codes

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

#be244f Text Font Color

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

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


#be244f Background Color

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

This div background color is #be244f


#be244f Border Color

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

This div border color is #be244f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,36,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 #be244f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be244f


Comments

No comments written yet.

Please login to write comment.