Color Hex Logo

#be382a Color Hex

#BE382A
(190,56,42)
0 Favorites   0 Comments

Color spaces of #be382a

RGB 1905642
HSL0.020.640.45
HSV78°75°
CMYK 0.000.710.78   0.25
XYZ23.067313.94273.6659
Yxy13.94270.56710.3428
Hunter Lab37.339944.926220.3171
CIE-Lab44.150652.611439.1272

#be382a color RGB value is (190,56,42).

#be382a hex color red value is 190, green value is 56 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #be382a hue: 0.02 , saturation: 0.64 and the lightness value of be382a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111000 00101010
Octal 276 70 52
Decimal 190 56 42
Hex BE 38 2A

RGB Percentages of Color #be382a

%65.97
%19.44
%14.58

CMYK Percentages of Color #be382a

%0
%71
%78
%25

Triadic Colors of #be382a

#be382a #2abe38 #382abe

Analogous Colors of #be382a

#be382a #be822a #be2a66

Monochromatic Colors of #be382a

#be382a

Complementary Color

#be382a #2ab0be

#be382a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be382a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be382a Color CSS Codes

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

#be382a Text Font Color

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

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


#be382a Background Color

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

This div background color is #be382a


#be382a Border Color

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

This div border color is #be382a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be382a


Comments

No comments written yet.

Please login to write comment.