Color Hex Logo

#be213b Color Hex

#BE213B
(190,33,59)
0 Favorites   0 Comments

Color spaces of #be213b

RGB 1903359
HSL0.970.700.44
HSV350°83°75°
CMYK 0.000.830.69   0.25
XYZ22.568512.35065.3321
Yxy12.35060.56070.3068
Hunter Lab35.143453.128615.6047
CIE-Lab41.768060.617026.4284

#be213b color RGB value is (190,33,59).

#be213b hex color red value is 190, green value is 33 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #be213b hue: 0.97 , saturation: 0.70 and the lightness value of be213b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100001 00111011
Octal 276 41 73
Decimal 190 33 59
Hex BE 21 3B

RGB Percentages of Color #be213b

%67.38
%11.70
%20.92

CMYK Percentages of Color #be213b

%0
%83
%69
%25

Triadic Colors of #be213b

#be213b #3bbe21 #213bbe

Analogous Colors of #be213b

#be213b #be5521 #be218a

Monochromatic Colors of #be213b

#be213b

Complementary Color

#be213b #21bea4

#be213b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be213b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be213b Color CSS Codes

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

#be213b Text Font Color

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

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


#be213b Background Color

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

This div background color is #be213b


#be213b Border Color

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

This div border color is #be213b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be213b


Comments

No comments written yet.

Please login to write comment.