Color Hex Logo

#be413c Color Hex

#BE413C
(190,65,60)
0 Favorites   0 Comments

Color spaces of #be413c

RGB 1906560
HSL0.010.520.49
HSV68°75°
CMYK 0.000.660.68   0.25
XYZ23.941115.05405.9188
Yxy15.05400.53300.3352
Hunter Lab38.799542.243818.1150
CIE-Lab45.708149.787730.6307

#be413c color RGB value is (190,65,60).

#be413c hex color red value is 190, green value is 65 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #be413c hue: 0.01 , saturation: 0.52 and the lightness value of be413c is 0.49.

The process color (four color CMYK) of #be413c color hex is 0.00, 0.66, 0.68, 0.25. Web safe color of #be413c is #cc3333. Color #be413c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000001 00111100
Octal 276 101 74
Decimal 190 65 60
Hex BE 41 3C

RGB Percentages of Color #be413c

%60.32
%20.63
%19.05

CMYK Percentages of Color #be413c

%0
%66
%68
%25

Triadic Colors of #be413c

#be413c #3cbe41 #413cbe

Analogous Colors of #be413c

#be413c #be823c #be3c78

Monochromatic Colors of #be413c

#be413c

Complementary Color

#be413c #3cb9be

#be413c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be413c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be413c Color CSS Codes

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

#be413c Text Font Color

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

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


#be413c Background Color

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

This div background color is #be413c


#be413c Border Color

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

This div border color is #be413c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be413c


Comments

No comments written yet.

Please login to write comment.