Color Hex Logo

#940519 Color Hex

#940519
(148,5,25)
0 Favorites   0 Comments

Color spaces of #940519

RGB 148525
HSL0.980.930.30
HSV352°97°58°
CMYK 0.000.970.83   0.42
XYZ12.44256.47461.5136
Yxy6.47460.60900.3169
Hunter Lab25.445242.755814.2848
CIE-Lab30.579653.104732.2205

#940519 color RGB value is (148,5,25).

#940519 hex color red value is 148, green value is 5 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #940519 hue: 0.98 , saturation: 0.93 and the lightness value of 940519 is 0.30.

The process color (four color CMYK) of #940519 color hex is 0.00, 0.97, 0.83, 0.42. Web safe color of #940519 is #990000. Color #940519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00000101 00011001
Octal 224 5 31
Decimal 148 5 25
Hex 94 5 19

RGB Percentages of Color #940519

%83.15
%2.81
%14.04

CMYK Percentages of Color #940519

%0
%97
%83
%42

Triadic Colors of #940519

#940519 #199405 #051994

Analogous Colors of #940519

#940519 #943905 #940560

Monochromatic Colors of #940519

#940519

Complementary Color

#940519 #059480

#940519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#940519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#940519 Color CSS Codes

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

#940519 Text Font Color

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

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


#940519 Background Color

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

This div background color is #940519


#940519 Border Color

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

This div border color is #940519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #940519


Comments

No comments written yet.

Please login to write comment.