Color Hex Logo

#be441d Color Hex

#BE441D
(190,68,29)
0 Favorites   0 Comments

Color spaces of #be441d

RGB 1906829
HSL0.040.740.43
HSV15°85°75°
CMYK 0.000.640.85   0.25
XYZ23.524115.17012.8507
Yxy15.17010.56620.3651
Hunter Lab38.948839.649122.9247
CIE-Lab45.866347.261647.2787

#be441d color RGB value is (190,68,29).

#be441d hex color red value is 190, green value is 68 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #be441d hue: 0.04 , saturation: 0.74 and the lightness value of be441d is 0.43.

The process color (four color CMYK) of #be441d color hex is 0.00, 0.64, 0.85, 0.25. Web safe color of #be441d is #cc3333. Color #be441d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000100 00011101
Octal 276 104 35
Decimal 190 68 29
Hex BE 44 1D

RGB Percentages of Color #be441d

%66.20
%23.69
%10.10

CMYK Percentages of Color #be441d

%0
%64
%85
%25

Triadic Colors of #be441d

#be441d #1dbe44 #441dbe

Analogous Colors of #be441d

#be441d #be951d #be1d46

Monochromatic Colors of #be441d

#be441d

Complementary Color

#be441d #1d97be

#be441d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be441d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be441d Color CSS Codes

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

#be441d Text Font Color

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

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


#be441d Background Color

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

This div background color is #be441d


#be441d Border Color

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

This div border color is #be441d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be441d


Comments

No comments written yet.

Please login to write comment.