Color Hex Logo

#be312d Color Hex

#BE312D
(190,49,45)
0 Favorites   0 Comments

Color spaces of #be312d

RGB 1904945
HSL0.000.620.46
HSV76°75°
CMYK 0.000.740.76   0.25
XYZ22.807213.33323.8541
Yxy13.33320.57030.3334
Hunter Lab36.514747.591219.3022
CIE-Lab43.261155.269136.5067

#be312d color RGB value is (190,49,45).

#be312d hex color red value is 190, green value is 49 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #be312d hue: 0.00 , saturation: 0.62 and the lightness value of be312d is 0.46.

The process color (four color CMYK) of #be312d color hex is 0.00, 0.74, 0.76, 0.25. Web safe color of #be312d is #cc3333. Color #be312d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110001 00101101
Octal 276 61 55
Decimal 190 49 45
Hex BE 31 2D

RGB Percentages of Color #be312d

%66.90
%17.25
%15.85

CMYK Percentages of Color #be312d

%0
%74
%76
%25

Triadic Colors of #be312d

#be312d #2dbe31 #312dbe

Analogous Colors of #be312d

#be312d #be7a2d #be2d72

Monochromatic Colors of #be312d

#be312d

Complementary Color

#be312d #2dbabe

#be312d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be312d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be312d Color CSS Codes

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

#be312d Text Font Color

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

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


#be312d Background Color

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

This div background color is #be312d


#be312d Border Color

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

This div border color is #be312d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be312d


Comments

No comments written yet.

Please login to write comment.