Color Hex Logo

#be1490 Color Hex

#BE1490
(190,20,144)
0 Favorites   0 Comments

Color spaces of #be1490

RGB 19020144
HSL0.880.810.41
HSV316°89°75°
CMYK 0.000.890.24   0.25
XYZ26.519413.461127.5861
Yxy13.46110.39250.1992
Hunter Lab36.689464.8150-18.8966
CIE-Lab43.450070.4722-24.0534

#be1490 color RGB value is (190,20,144).

#be1490 hex color red value is 190, green value is 20 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #be1490 hue: 0.88 , saturation: 0.81 and the lightness value of be1490 is 0.41.

The process color (four color CMYK) of #be1490 color hex is 0.00, 0.89, 0.24, 0.25. Web safe color of #be1490 is #cc0099. Color #be1490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010100 10010000
Octal 276 24 220
Decimal 190 20 144
Hex BE 14 90

RGB Percentages of Color #be1490

%53.67
%5.65
%40.68

CMYK Percentages of Color #be1490

%0
%89
%24
%25

Triadic Colors of #be1490

#be1490 #90be14 #1490be

Analogous Colors of #be1490

#be1490 #be143b #9714be

Monochromatic Colors of #be1490

#be1490

Complementary Color

#be1490 #14be42

#be1490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1490 Color CSS Codes

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

#be1490 Text Font Color

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

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


#be1490 Background Color

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

This div background color is #be1490


#be1490 Border Color

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

This div border color is #be1490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1490


Comments

No comments written yet.

Please login to write comment.