Color Hex Logo

#be1342 Color Hex

#BE1342
(190,19,66)
0 Favorites   0 Comments

Color spaces of #be1342

RGB 1901966
HSL0.950.820.41
HSV344°90°75°
CMYK 0.000.900.65   0.25
XYZ22.451411.80626.2498
Yxy11.80620.55430.2915
Hunter Lab34.360256.504113.2678
CIE-Lab40.906463.794220.9652

#be1342 color RGB value is (190,19,66).

#be1342 hex color red value is 190, green value is 19 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #be1342 hue: 0.95 , saturation: 0.82 and the lightness value of be1342 is 0.41.

The process color (four color CMYK) of #be1342 color hex is 0.00, 0.90, 0.65, 0.25. Web safe color of #be1342 is #cc0033. Color #be1342 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010011 01000010
Octal 276 23 102
Decimal 190 19 66
Hex BE 13 42

RGB Percentages of Color #be1342

%69.09
%6.91
%24.00

CMYK Percentages of Color #be1342

%0
%90
%65
%25

Triadic Colors of #be1342

#be1342 #42be13 #1342be

Analogous Colors of #be1342

#be1342 #be3a13 #be1398

Monochromatic Colors of #be1342

#be1342

Complementary Color

#be1342 #13be8f

#be1342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1342 Color CSS Codes

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

#be1342 Text Font Color

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

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


#be1342 Background Color

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

This div background color is #be1342


#be1342 Border Color

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

This div border color is #be1342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1342


Comments

No comments written yet.

Please login to write comment.