Color Hex Logo

#be323a Color Hex

#BE323A
(190,50,58)
0 Favorites   0 Comments

Color spaces of #be323a

RGB 1905058
HSL0.990.580.47
HSV357°74°75°
CMYK 0.000.740.69   0.25
XYZ23.139513.53385.3957
Yxy13.53380.55000.3217
Hunter Lab36.788347.895317.0558
CIE-Lab43.556855.496229.2227

#be323a color RGB value is (190,50,58).

#be323a hex color red value is 190, green value is 50 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #be323a hue: 0.99 , saturation: 0.58 and the lightness value of be323a is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110010 00111010
Octal 276 62 72
Decimal 190 50 58
Hex BE 32 3A

RGB Percentages of Color #be323a

%63.76
%16.78
%19.46

CMYK Percentages of Color #be323a

%0
%74
%69
%25

Triadic Colors of #be323a

#be323a #3abe32 #323abe

Analogous Colors of #be323a

#be323a #be7032 #be3280

Monochromatic Colors of #be323a

#be323a

Complementary Color

#be323a #32beb6

#be323a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be323a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be323a Color CSS Codes

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

#be323a Text Font Color

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

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


#be323a Background Color

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

This div background color is #be323a


#be323a Border Color

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

This div border color is #be323a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be323a


Comments

No comments written yet.

Please login to write comment.