Color Hex Logo

#be391d Color Hex

#BE391D
(190,57,29)
0 Favorites   0 Comments

Color spaces of #be391d

RGB 1905729
HSL0.030.740.43
HSV10°85°75°
CMYK 0.000.700.85   0.25
XYZ22.920113.96212.6493
Yxy13.96210.57980.3532
Hunter Lab37.365944.100921.9524
CIE-Lab44.178551.826445.8016

#be391d color RGB value is (190,57,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111001 00011101
Octal 276 71 35
Decimal 190 57 29
Hex BE 39 1D

RGB Percentages of Color #be391d

%68.84
%20.65
%10.51

CMYK Percentages of Color #be391d

%0
%70
%85
%25

Triadic Colors of #be391d

#be391d #1dbe39 #391dbe

Analogous Colors of #be391d

#be391d #be8a1d #be1d51

Monochromatic Colors of #be391d

#be391d

Complementary Color

#be391d #1da2be

#be391d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be391d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be391d Color CSS Codes

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

#be391d Text Font Color

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

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


#be391d Background Color

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

This div background color is #be391d


#be391d Border Color

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

This div border color is #be391d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be391d


Comments

No comments written yet.

Please login to write comment.