Color Hex Logo

#be3977 Color Hex

#BE3977
(190,57,119)
0 Favorites   0 Comments

Color spaces of #be3977

RGB 19057119
HSL0.920.540.48
HSV332°70°75°
CMYK 0.000.700.37   0.25
XYZ26.028115.205319.0158
Yxy15.20530.43200.2524
Hunter Lab38.994050.9076-1.6176
CIE-Lab45.914157.8207-5.0446

#be3977 color RGB value is (190,57,119).

#be3977 hex color red value is 190, green value is 57 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #be3977 hue: 0.92 , saturation: 0.54 and the lightness value of be3977 is 0.48.

The process color (four color CMYK) of #be3977 color hex is 0.00, 0.70, 0.37, 0.25. Web safe color of #be3977 is #cc3366. Color #be3977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111001 01110111
Octal 276 71 167
Decimal 190 57 119
Hex BE 39 77

RGB Percentages of Color #be3977

%51.91
%15.57
%32.51

CMYK Percentages of Color #be3977

%0
%70
%37
%25

Triadic Colors of #be3977

#be3977 #77be39 #3977be

Analogous Colors of #be3977

#be3977 #be3d39 #be39ba

Monochromatic Colors of #be3977

#be3977

Complementary Color

#be3977 #39be80

#be3977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3977 Color CSS Codes

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

#be3977 Text Font Color

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

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


#be3977 Background Color

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

This div background color is #be3977


#be3977 Border Color

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

This div border color is #be3977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3977


Comments

No comments written yet.

Please login to write comment.