Color Hex Logo

#be382d Color Hex

#BE382D
(190,56,45)
0 Favorites   0 Comments

Color spaces of #be382d

RGB 1905645
HSL0.010.620.46
HSV76°75°
CMYK 0.000.710.76   0.25
XYZ23.123013.96503.9594
Yxy13.96500.56330.3402
Hunter Lab37.369845.051919.8770
CIE-Lab44.182752.724037.5030

#be382d color RGB value is (190,56,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111000 00101101
Octal 276 70 55
Decimal 190 56 45
Hex BE 38 2D

RGB Percentages of Color #be382d

%65.29
%19.24
%15.46

CMYK Percentages of Color #be382d

%0
%71
%76
%25

Triadic Colors of #be382d

#be382d #2dbe38 #382dbe

Analogous Colors of #be382d

#be382d #be812d #be2d6b

Monochromatic Colors of #be382d

#be382d

Complementary Color

#be382d #2db3be

#be382d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be382d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be382d Color CSS Codes

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

#be382d Text Font Color

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

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


#be382d Background Color

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

This div background color is #be382d


#be382d Border Color

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

This div border color is #be382d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be382d


Comments

No comments written yet.

Please login to write comment.