Color Hex Logo

#be433a Color Hex

#BE433A
(190,67,58)
0 Favorites   0 Comments

Color spaces of #be433a

RGB 1906758
HSL0.010.530.49
HSV69°75°
CMYK 0.000.650.69   0.25
XYZ24.006115.26695.6845
Yxy15.26690.53400.3396
Hunter Lab39.072941.291618.7252
CIE-Lab45.997648.825232.1431

#be433a color RGB value is (190,67,58).

#be433a hex color red value is 190, green value is 67 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #be433a hue: 0.01 , saturation: 0.53 and the lightness value of be433a is 0.49.

The process color (four color CMYK) of #be433a color hex is 0.00, 0.65, 0.69, 0.25. Web safe color of #be433a is #cc3333. Color #be433a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000011 00111010
Octal 276 103 72
Decimal 190 67 58
Hex BE 43 3A

RGB Percentages of Color #be433a

%60.32
%21.27
%18.41

CMYK Percentages of Color #be433a

%0
%65
%69
%25

Triadic Colors of #be433a

#be433a #3abe43 #433abe

Analogous Colors of #be433a

#be433a #be853a #be3a73

Monochromatic Colors of #be433a

#be433a

Complementary Color

#be433a #3ab5be

#be433a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be433a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be433a Color CSS Codes

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

#be433a Text Font Color

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

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


#be433a Background Color

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

This div background color is #be433a


#be433a Border Color

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

This div border color is #be433a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be433a


Comments

No comments written yet.

Please login to write comment.