Color Hex Logo

#be3333 Color Hex

#BE3333
(190,51,51)
1 Favorites   0 Comments

Color spaces of #be3333

RGB 1905151
HSL0.000.580.47
HSV73°75°
CMYK 0.000.730.73   0.25
XYZ23.016613.55384.5350
Yxy13.55380.55990.3297
Hunter Lab36.815547.169018.4674
CIE-Lab43.586154.816133.4077

#be3333 color RGB value is (190,51,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110011 00110011
Octal 276 63 63
Decimal 190 51 51
Hex BE 33 33

RGB Percentages of Color #be3333

%65.07
%17.47
%17.47

CMYK Percentages of Color #be3333

%0
%73
%73
%25

Triadic Colors of #be3333

#be3333 #33be33 #3333be

Analogous Colors of #be3333

#be3333 #be7933 #be3379

Monochromatic Colors of #be3333

#be3333

Complementary Color

#be3333 #33bebe

#be3333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3333 Color CSS Codes

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

#be3333 Text Font Color

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

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


#be3333 Background Color

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

This div background color is #be3333


#be3333 Border Color

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

This div border color is #be3333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3333

#be3333 Color Palettes


Comments

No comments written yet.

Please login to write comment.