Color Hex Logo

#be333a Color Hex

#BE333A
(190,51,58)
0 Favorites   0 Comments

Color spaces of #be333a

RGB 1905158
HSL0.990.580.47
HSV357°73°75°
CMYK 0.000.730.69   0.25
XYZ23.182813.62035.4101
Yxy13.62030.54920.3227
Hunter Lab36.905747.542217.1425
CIE-Lab43.683455.145029.3757

#be333a color RGB value is (190,51,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110011 00111010
Octal 276 63 72
Decimal 190 51 58
Hex BE 33 3A

RGB Percentages of Color #be333a

%63.55
%17.06
%19.40

CMYK Percentages of Color #be333a

%0
%73
%69
%25

Triadic Colors of #be333a

#be333a #3abe33 #333abe

Analogous Colors of #be333a

#be333a #be7233 #be3380

Monochromatic Colors of #be333a

#be333a

Complementary Color

#be333a #33beb7

#be333a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be333a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be333a Color CSS Codes

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

#be333a Text Font Color

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

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


#be333a Background Color

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

This div background color is #be333a


#be333a Border Color

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

This div border color is #be333a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be333a


Comments

No comments written yet.

Please login to write comment.