Color Hex Logo

#be232c Color Hex

#BE232C
(190,35,44)
0 Favorites   0 Comments

Color spaces of #be232c

RGB 1903544
HSL0.990.690.44
HSV357°82°75°
CMYK 0.000.820.77   0.25
XYZ22.290912.33113.5881
Yxy12.33110.58340.3227
Hunter Lab35.115751.856718.5227
CIE-Lab41.737659.473435.4269

#be232c color RGB value is (190,35,44).

#be232c hex color red value is 190, green value is 35 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #be232c hue: 0.99 , saturation: 0.69 and the lightness value of be232c is 0.44.

The process color (four color CMYK) of #be232c color hex is 0.00, 0.82, 0.77, 0.25. Web safe color of #be232c is #cc3333. Color #be232c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100011 00101100
Octal 276 43 54
Decimal 190 35 44
Hex BE 23 2C

RGB Percentages of Color #be232c

%70.63
%13.01
%16.36

CMYK Percentages of Color #be232c

%0
%82
%77
%25

Triadic Colors of #be232c

#be232c #2cbe23 #232cbe

Analogous Colors of #be232c

#be232c #be6823 #be237a

Monochromatic Colors of #be232c

#be232c

Complementary Color

#be232c #23beb5

#be232c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be232c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be232c Color CSS Codes

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

#be232c Text Font Color

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

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


#be232c Background Color

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

This div background color is #be232c


#be232c Border Color

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

This div border color is #be232c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be232c


Comments

No comments written yet.

Please login to write comment.