Color Hex Logo

#be0962 Color Hex

#BE0962
(190,9,98)
0 Favorites   0 Comments

Color spaces of #be0962

RGB 190998
HSL0.920.910.39
HSV330°95°75°
CMYK 0.000.950.48   0.25
XYZ23.537512.024412.6356
Yxy12.02440.48840.2495
Hunter Lab34.676260.47872.6688
CIE-Lab41.254967.19801.1620

#be0962 color RGB value is (190,9,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001001 01100010
Octal 276 11 142
Decimal 190 9 98
Hex BE 9 62

RGB Percentages of Color #be0962

%63.97
%3.03
%33.00

CMYK Percentages of Color #be0962

%0
%95
%48
%25

Triadic Colors of #be0962

#be0962 #62be09 #0962be

Analogous Colors of #be0962

#be0962 #be0a09 #be09bd

Monochromatic Colors of #be0962

#be0962

Complementary Color

#be0962 #09be65

#be0962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0962 Color CSS Codes

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

#be0962 Text Font Color

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

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


#be0962 Background Color

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

This div background color is #be0962


#be0962 Border Color

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

This div border color is #be0962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0962


Comments

No comments written yet.

Please login to write comment.