Color Hex Logo

#be123b Color Hex

#BE123B
(190,18,59)
0 Favorites   0 Comments

Color spaces of #be123b

RGB 1901859
HSL0.960.830.41
HSV346°91°75°
CMYK 0.000.910.69   0.25
XYZ22.240911.69555.2229
Yxy11.69550.56800.2987
Hunter Lab34.198756.238714.8842
CIE-Lab40.728063.594225.1383

#be123b color RGB value is (190,18,59).

#be123b hex color red value is 190, green value is 18 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #be123b hue: 0.96 , saturation: 0.83 and the lightness value of be123b is 0.41.

The process color (four color CMYK) of #be123b color hex is 0.00, 0.91, 0.69, 0.25. Web safe color of #be123b is #cc0033. Color #be123b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010010 00111011
Octal 276 22 73
Decimal 190 18 59
Hex BE 12 3B

RGB Percentages of Color #be123b

%71.16
%6.74
%22.10

CMYK Percentages of Color #be123b

%0
%91
%69
%25

Triadic Colors of #be123b

#be123b #3bbe12 #123bbe

Analogous Colors of #be123b

#be123b #be3f12 #be1291

Monochromatic Colors of #be123b

#be123b

Complementary Color

#be123b #12be95

#be123b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be123b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be123b Color CSS Codes

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

#be123b Text Font Color

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

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


#be123b Background Color

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

This div background color is #be123b


#be123b Border Color

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

This div border color is #be123b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be123b


Comments

No comments written yet.

Please login to write comment.