Color Hex Logo

#be353d Color Hex

#BE353D
(190,53,61)
0 Favorites   0 Comments

Color spaces of #be353d

RGB 1905361
HSL0.990.560.48
HSV356°72°75°
CMYK 0.000.720.68   0.25
XYZ23.350613.83035.8537
Yxy13.83030.54260.3214
Hunter Lab37.189146.997116.6999
CIE-Lab43.988654.581527.9448

#be353d color RGB value is (190,53,61).

#be353d hex color red value is 190, green value is 53 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #be353d hue: 0.99 , saturation: 0.56 and the lightness value of be353d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110101 00111101
Octal 276 65 75
Decimal 190 53 61
Hex BE 35 3D

RGB Percentages of Color #be353d

%62.50
%17.43
%20.07

CMYK Percentages of Color #be353d

%0
%72
%68
%25

Triadic Colors of #be353d

#be353d #3dbe35 #353dbe

Analogous Colors of #be353d

#be353d #be7235 #be3582

Monochromatic Colors of #be353d

#be353d

Complementary Color

#be353d #35beb6

#be353d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be353d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be353d Color CSS Codes

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

#be353d Text Font Color

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

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


#be353d Background Color

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

This div background color is #be353d


#be353d Border Color

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

This div border color is #be353d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be353d


Comments

No comments written yet.

Please login to write comment.