Color Hex Logo

#be450d Color Hex

#BE450D
(190,69,13)
0 Favorites   0 Comments

Color spaces of #be450d

RGB 1906913
HSL0.050.870.40
HSV19°93°75°
CMYK 0.000.640.93   0.25
XYZ23.436015.23252.0857
Yxy15.23250.57510.3738
Hunter Lab39.028838.885124.1517
CIE-Lab45.951046.504153.2989

#be450d color RGB value is (190,69,13).

#be450d hex color red value is 190, green value is 69 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #be450d hue: 0.05 , saturation: 0.87 and the lightness value of be450d is 0.40.

The process color (four color CMYK) of #be450d color hex is 0.00, 0.64, 0.93, 0.25. Web safe color of #be450d is #cc3300. Color #be450d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000101 00001101
Octal 276 105 15
Decimal 190 69 13
Hex BE 45 D

RGB Percentages of Color #be450d

%69.85
%25.37
%4.78

CMYK Percentages of Color #be450d

%0
%64
%93
%25

Triadic Colors of #be450d

#be450d #0dbe45 #450dbe

Analogous Colors of #be450d

#be450d #be9e0d #be0d2d

Monochromatic Colors of #be450d

#be450d

Complementary Color

#be450d #0d86be

#be450d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be450d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be450d Color CSS Codes

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

#be450d Text Font Color

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

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


#be450d Background Color

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

This div background color is #be450d


#be450d Border Color

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

This div border color is #be450d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be450d


Comments

No comments written yet.

Please login to write comment.