Color Hex Logo

#be3462 Color Hex

#BE3462
(190,52,98)
0 Favorites   0 Comments

Color spaces of #be3462

RGB 1905298
HSL0.940.570.47
HSV340°73°75°
CMYK 0.000.730.48   0.25
XYZ24.667814.285013.0124
Yxy14.28500.47470.2749
Hunter Lab37.795550.35866.0442
CIE-Lab44.638957.55936.0363

#be3462 color RGB value is (190,52,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110100 01100010
Octal 276 64 142
Decimal 190 52 98
Hex BE 34 62

RGB Percentages of Color #be3462

%55.88
%15.29
%28.82

CMYK Percentages of Color #be3462

%0
%73
%48
%25

Triadic Colors of #be3462

#be3462 #62be34 #3462be

Analogous Colors of #be3462

#be3462 #be4b34 #be34a7

Monochromatic Colors of #be3462

#be3462

Complementary Color

#be3462 #34be90

#be3462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3462 Color CSS Codes

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

#be3462 Text Font Color

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

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


#be3462 Background Color

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

This div background color is #be3462


#be3462 Border Color

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

This div border color is #be3462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3462


Comments

No comments written yet.

Please login to write comment.