Color Hex Logo

#be0359 Color Hex

#BE0359
(190,3,89)
0 Favorites   0 Comments

Color spaces of #be0359

RGB 190389
HSL0.920.970.38
HSV332°98°75°
CMYK 0.000.980.53   0.25
XYZ23.070911.733510.5000
Yxy11.73350.50920.2590
Hunter Lab34.254260.27855.8037
CIE-Lab40.789467.11586.1979

#be0359 color RGB value is (190,3,89).

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

The process color (four color CMYK) of #be0359 color hex is 0.00, 0.98, 0.53, 0.25. Web safe color of #be0359 is #cc0066. Color #be0359 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000011 01011001
Octal 276 3 131
Decimal 190 3 89
Hex BE 3 59

RGB Percentages of Color #be0359

%67.38
%1.06
%31.56

CMYK Percentages of Color #be0359

%0
%98
%53
%25

Triadic Colors of #be0359

#be0359 #59be03 #0359be

Analogous Colors of #be0359

#be0359 #be0a03 #be03b7

Monochromatic Colors of #be0359

#be0359

Complementary Color

#be0359 #03be68

#be0359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0359 Color CSS Codes

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

#be0359 Text Font Color

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

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


#be0359 Background Color

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

This div background color is #be0359


#be0359 Border Color

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

This div border color is #be0359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0359


Comments

No comments written yet.

Please login to write comment.