Color Hex Logo

#be333f Color Hex

#BE333F
(190,51,63)
0 Favorites   0 Comments

Color spaces of #be333f

RGB 1905163
HSL0.990.580.47
HSV355°73°75°
CMYK 0.000.730.67   0.25
XYZ23.316213.67376.1130
Yxy13.67370.54090.3172
Hunter Lab36.978047.840516.0831
CIE-Lab43.761355.407326.4545

#be333f color RGB value is (190,51,63).

#be333f hex color red value is 190, green value is 51 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #be333f hue: 0.99 , saturation: 0.58 and the lightness value of be333f is 0.47.

The process color (four color CMYK) of #be333f color hex is 0.00, 0.73, 0.67, 0.25. Web safe color of #be333f is #cc3333. Color #be333f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110011 00111111
Octal 276 63 77
Decimal 190 51 63
Hex BE 33 3F

RGB Percentages of Color #be333f

%62.50
%16.78
%20.72

CMYK Percentages of Color #be333f

%0
%73
%67
%25

Triadic Colors of #be333f

#be333f #3fbe33 #333fbe

Analogous Colors of #be333f

#be333f #be6d33 #be3385

Monochromatic Colors of #be333f

#be333f

Complementary Color

#be333f #33beb2

#be333f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be333f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be333f Color CSS Codes

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

#be333f Text Font Color

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

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


#be333f Background Color

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

This div background color is #be333f


#be333f Border Color

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

This div border color is #be333f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be333f


Comments

No comments written yet.

Please login to write comment.