Color Hex Logo

#be213a Color Hex

#BE213A
(190,33,58)
0 Favorites   0 Comments

Color spaces of #be213a

RGB 1903358
HSL0.970.700.44
HSV350°83°75°
CMYK 0.000.830.69   0.25
XYZ22.542812.34045.1968
Yxy12.34040.56240.3079
Hunter Lab35.128953.070815.8192
CIE-Lab41.752160.568027.0252

#be213a color RGB value is (190,33,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100001 00111010
Octal 276 41 72
Decimal 190 33 58
Hex BE 21 3A

RGB Percentages of Color #be213a

%67.62
%11.74
%20.64

CMYK Percentages of Color #be213a

%0
%83
%69
%25

Triadic Colors of #be213a

#be213a #3abe21 #213abe

Analogous Colors of #be213a

#be213a #be5721 #be2189

Monochromatic Colors of #be213a

#be213a

Complementary Color

#be213a #21bea5

#be213a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be213a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be213a Color CSS Codes

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

#be213a Text Font Color

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

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


#be213a Background Color

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

This div background color is #be213a


#be213a Border Color

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

This div border color is #be213a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be213a


Comments

No comments written yet.

Please login to write comment.