Color Hex Logo

#be021b Color Hex

#BE021B
(190,2,27)
0 Favorites   0 Comments

Color spaces of #be021b

RGB 190227
HSL0.980.980.38
HSV352°99°75°
CMYK 0.000.990.86   0.25
XYZ21.454711.06972.0428
Yxy11.06970.62070.3202
Hunter Lab33.271256.880119.6495
CIE-Lab39.697664.361542.8867

#be021b color RGB value is (190,2,27).

#be021b hex color red value is 190, green value is 2 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #be021b hue: 0.98 , saturation: 0.98 and the lightness value of be021b is 0.38.

The process color (four color CMYK) of #be021b color hex is 0.00, 0.99, 0.86, 0.25. Web safe color of #be021b is #cc0033. Color #be021b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000010 00011011
Octal 276 2 33
Decimal 190 2 27
Hex BE 2 1B

RGB Percentages of Color #be021b

%86.76
%0.91
%12.33

CMYK Percentages of Color #be021b

%0
%99
%86
%25

Triadic Colors of #be021b

#be021b #1bbe02 #021bbe

Analogous Colors of #be021b

#be021b #be4702 #be0279

Monochromatic Colors of #be021b

#be021b

Complementary Color

#be021b #02bea5

#be021b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be021b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be021b Color CSS Codes

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

#be021b Text Font Color

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

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


#be021b Background Color

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

This div background color is #be021b


#be021b Border Color

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

This div border color is #be021b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be021b


Comments

No comments written yet.

Please login to write comment.