Color Hex Logo

#be183f Color Hex

#BE183F
(190,24,63)
0 Favorites   0 Comments

Color spaces of #be183f

RGB 1902463
HSL0.960.780.42
HSV346°87°75°
CMYK 0.000.870.67   0.25
XYZ22.459011.95935.8273
Yxy11.95930.55800.2972
Hunter Lab34.582255.405814.2169
CIE-Lab41.151462.773323.1667

#be183f color RGB value is (190,24,63).

#be183f hex color red value is 190, green value is 24 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #be183f hue: 0.96 , saturation: 0.78 and the lightness value of be183f is 0.42.

The process color (four color CMYK) of #be183f color hex is 0.00, 0.87, 0.67, 0.25. Web safe color of #be183f is #cc0033. Color #be183f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011000 00111111
Octal 276 30 77
Decimal 190 24 63
Hex BE 18 3F

RGB Percentages of Color #be183f

%68.59
%8.66
%22.74

CMYK Percentages of Color #be183f

%0
%87
%67
%25

Triadic Colors of #be183f

#be183f #3fbe18 #183fbe

Analogous Colors of #be183f

#be183f #be4418 #be1892

Monochromatic Colors of #be183f

#be183f

Complementary Color

#be183f #18be97

#be183f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be183f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be183f Color CSS Codes

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

#be183f Text Font Color

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

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


#be183f Background Color

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

This div background color is #be183f


#be183f Border Color

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

This div border color is #be183f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be183f


Comments

No comments written yet.

Please login to write comment.