Color Hex Logo

#be482a Color Hex

#BE482A
(190,72,42)
0 Favorites   0 Comments

Color spaces of #be482a

RGB 1907242
HSL0.030.640.45
HSV12°78°75°
CMYK 0.000.620.78   0.25
XYZ23.970515.74903.9670
Yxy15.74900.54870.3605
Hunter Lab39.685038.368621.8527
CIE-Lab46.643445.885141.7033

#be482a color RGB value is (190,72,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001000 00101010
Octal 276 110 52
Decimal 190 72 42
Hex BE 48 2A

RGB Percentages of Color #be482a

%62.50
%23.68
%13.82

CMYK Percentages of Color #be482a

%0
%62
%78
%25

Triadic Colors of #be482a

#be482a #2abe48 #482abe

Analogous Colors of #be482a

#be482a #be922a #be2a56

Monochromatic Colors of #be482a

#be482a

Complementary Color

#be482a #2aa0be

#be482a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be482a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be482a Color CSS Codes

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

#be482a Text Font Color

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

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


#be482a Background Color

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

This div background color is #be482a


#be482a Border Color

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

This div border color is #be482a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be482a


Comments

No comments written yet.

Please login to write comment.