Color Hex Logo

#be1977 Color Hex

#BE1977
(190,25,119)
0 Favorites   0 Comments

Color spaces of #be1977

RGB 19025119
HSL0.910.770.42
HSV326°87°75°
CMYK 0.000.870.37   0.25
XYZ24.912612.974318.6440
Yxy12.97430.44070.2295
Hunter Lab36.019960.4221-5.4748
CIE-Lab42.724566.8626-9.8105

#be1977 color RGB value is (190,25,119).

#be1977 hex color red value is 190, green value is 25 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #be1977 hue: 0.91 , saturation: 0.77 and the lightness value of be1977 is 0.42.

The process color (four color CMYK) of #be1977 color hex is 0.00, 0.87, 0.37, 0.25. Web safe color of #be1977 is #cc0066. Color #be1977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011001 01110111
Octal 276 31 167
Decimal 190 25 119
Hex BE 19 77

RGB Percentages of Color #be1977

%56.89
%7.49
%35.63

CMYK Percentages of Color #be1977

%0
%87
%37
%25

Triadic Colors of #be1977

#be1977 #77be19 #1977be

Analogous Colors of #be1977

#be1977 #be1924 #b319be

Monochromatic Colors of #be1977

#be1977

Complementary Color

#be1977 #19be60

#be1977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1977 Color CSS Codes

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

#be1977 Text Font Color

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

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


#be1977 Background Color

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

This div background color is #be1977


#be1977 Border Color

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

This div border color is #be1977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1977


Comments

No comments written yet.

Please login to write comment.