Color Hex Logo

#be1971 Color Hex

#BE1971
(190,25,113)
0 Favorites   0 Comments

Color spaces of #be1971

RGB 19025113
HSL0.910.770.42
HSV328°87°75°
CMYK 0.000.870.41   0.25
XYZ24.563512.834716.8055
Yxy12.83470.45320.2368
Hunter Lab35.825559.6924-2.7346
CIE-Lab42.513166.2720-6.3974

#be1971 color RGB value is (190,25,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011001 01110001
Octal 276 31 161
Decimal 190 25 113
Hex BE 19 71

RGB Percentages of Color #be1971

%57.93
%7.62
%34.45

CMYK Percentages of Color #be1971

%0
%87
%41
%25

Triadic Colors of #be1971

#be1971 #71be19 #1971be

Analogous Colors of #be1971

#be1971 #be191e #b919be

Monochromatic Colors of #be1971

#be1971

Complementary Color

#be1971 #19be66

#be1971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1971 Color CSS Codes

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

#be1971 Text Font Color

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

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


#be1971 Background Color

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

This div background color is #be1971


#be1971 Border Color

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

This div border color is #be1971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1971


Comments

No comments written yet.

Please login to write comment.