Color Hex Logo

#be3362 Color Hex

#BE3362
(190,51,98)
0 Favorites   0 Comments

Color spaces of #be3362

RGB 1905198
HSL0.940.580.47
HSV340°73°75°
CMYK 0.000.730.48   0.25
XYZ24.623614.196612.9977
Yxy14.19660.47520.2740
Hunter Lab37.678450.71635.9219
CIE-Lab44.513657.90895.8573

#be3362 color RGB value is (190,51,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110011 01100010
Octal 276 63 142
Decimal 190 51 98
Hex BE 33 62

RGB Percentages of Color #be3362

%56.05
%15.04
%28.91

CMYK Percentages of Color #be3362

%0
%73
%48
%25

Triadic Colors of #be3362

#be3362 #62be33 #3362be

Analogous Colors of #be3362

#be3362 #be4a33 #be33a8

Monochromatic Colors of #be3362

#be3362

Complementary Color

#be3362 #33be8f

#be3362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3362 Color CSS Codes

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

#be3362 Text Font Color

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

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


#be3362 Background Color

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

This div background color is #be3362


#be3362 Border Color

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

This div border color is #be3362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3362


Comments

No comments written yet.

Please login to write comment.