Color Hex Logo

#be244d Color Hex

#BE244D
(190,36,77)
0 Favorites   0 Comments

Color spaces of #be244d

RGB 1903677
HSL0.960.680.44
HSV344°81°75°
CMYK 0.000.810.59   0.25
XYZ23.205612.74478.2581
Yxy12.74470.52490.2883
Hunter Lab35.699753.554411.2748
CIE-Lab42.376060.882615.9899

#be244d color RGB value is (190,36,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100100 01001101
Octal 276 44 115
Decimal 190 36 77
Hex BE 24 4D

RGB Percentages of Color #be244d

%62.71
%11.88
%25.41

CMYK Percentages of Color #be244d

%0
%81
%59
%25

Triadic Colors of #be244d

#be244d #4dbe24 #244dbe

Analogous Colors of #be244d

#be244d #be4824 #be249a

Monochromatic Colors of #be244d

#be244d

Complementary Color

#be244d #24be95

#be244d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be244d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be244d Color CSS Codes

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

#be244d Text Font Color

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

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


#be244d Background Color

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

This div background color is #be244d


#be244d Border Color

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

This div border color is #be244d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be244d


Comments

No comments written yet.

Please login to write comment.