Color Hex Logo

#be0562 Color Hex

#BE0562
(190,5,98)
0 Favorites   0 Comments

Color spaces of #be0562

RGB 190598
HSL0.920.950.38
HSV330°97°75°
CMYK 0.000.970.48   0.25
XYZ23.494111.937512.6212
Yxy11.93750.48890.2484
Hunter Lab34.550760.91442.5271
CIE-Lab41.116667.60090.9607

#be0562 color RGB value is (190,5,98).

#be0562 hex color red value is 190, green value is 5 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #be0562 hue: 0.92 , saturation: 0.95 and the lightness value of be0562 is 0.38.

The process color (four color CMYK) of #be0562 color hex is 0.00, 0.97, 0.48, 0.25. Web safe color of #be0562 is #cc0066. Color #be0562 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000101 01100010
Octal 276 5 142
Decimal 190 5 98
Hex BE 5 62

RGB Percentages of Color #be0562

%64.85
%1.71
%33.45

CMYK Percentages of Color #be0562

%0
%97
%48
%25

Triadic Colors of #be0562

#be0562 #62be05 #0562be

Analogous Colors of #be0562

#be0562 #be0506 #be05be

Monochromatic Colors of #be0562

#be0562

Complementary Color

#be0562 #05be61

#be0562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0562 Color CSS Codes

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

#be0562 Text Font Color

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

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


#be0562 Background Color

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

This div background color is #be0562


#be0562 Border Color

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

This div border color is #be0562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0562


Comments

No comments written yet.

Please login to write comment.