Color Hex Logo

#be422b Color Hex

#BE422B
(190,66,43)
0 Favorites   0 Comments

Color spaces of #be422b

RGB 1906643
HSL0.030.630.46
HSV77°75°
CMYK 0.000.650.77   0.25
XYZ23.619515.01803.9394
Yxy15.01800.55470.3527
Hunter Lab38.753140.975621.1001
CIE-Lab45.658848.579640.1598

#be422b color RGB value is (190,66,43).

#be422b hex color red value is 190, green value is 66 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #be422b hue: 0.03 , saturation: 0.63 and the lightness value of be422b is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000010 00101011
Octal 276 102 53
Decimal 190 66 43
Hex BE 42 2B

RGB Percentages of Color #be422b

%63.55
%22.07
%14.38

CMYK Percentages of Color #be422b

%0
%65
%77
%25

Triadic Colors of #be422b

#be422b #2bbe42 #422bbe

Analogous Colors of #be422b

#be422b #be8c2b #be2b5e

Monochromatic Colors of #be422b

#be422b

Complementary Color

#be422b #2ba7be

#be422b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be422b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be422b Color CSS Codes

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

#be422b Text Font Color

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

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


#be422b Background Color

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

This div background color is #be422b


#be422b Border Color

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

This div border color is #be422b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be422b


Comments

No comments written yet.

Please login to write comment.