Color Hex Logo

#be321b Color Hex

#BE321B
(190,50,27)
0 Favorites   0 Comments

Color spaces of #be321b

RGB 1905027
HSL0.020.750.43
HSV86°75°
CMYK 0.000.740.86   0.25
XYZ22.573613.30752.4157
Yxy13.30750.58940.3475
Hunter Lab36.479446.617321.6094
CIE-Lab43.223054.368945.9101

#be321b color RGB value is (190,50,27).

#be321b hex color red value is 190, green value is 50 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #be321b hue: 0.02 , saturation: 0.75 and the lightness value of be321b is 0.43.

The process color (four color CMYK) of #be321b color hex is 0.00, 0.74, 0.86, 0.25. Web safe color of #be321b is #cc3333. Color #be321b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110010 00011011
Octal 276 62 33
Decimal 190 50 27
Hex BE 32 1B

RGB Percentages of Color #be321b

%71.16
%18.73
%10.11

CMYK Percentages of Color #be321b

%0
%74
%86
%25

Triadic Colors of #be321b

#be321b #1bbe32 #321bbe

Analogous Colors of #be321b

#be321b #be841b #be1b55

Monochromatic Colors of #be321b

#be321b

Complementary Color

#be321b #1ba7be

#be321b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be321b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be321b Color CSS Codes

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

#be321b Text Font Color

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

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


#be321b Background Color

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

This div background color is #be321b


#be321b Border Color

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

This div border color is #be321b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be321b


Comments

No comments written yet.

Please login to write comment.