Color Hex Logo

#981427 Color Hex

#981427
(152,20,39)
0 Favorites   0 Comments

Color spaces of #981427

RGB 1522039
HSL0.980.770.34
HSV351°87°60°
CMYK 0.000.870.74   0.40
XYZ13.56537.32222.6178
Yxy7.32220.57710.3115
Hunter Lab27.059642.130113.2059
CIE-Lab32.529452.118025.9476

#981427 color RGB value is (152,20,39).

#981427 hex color red value is 152, green value is 20 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #981427 hue: 0.98 , saturation: 0.77 and the lightness value of 981427 is 0.34.

The process color (four color CMYK) of #981427 color hex is 0.00, 0.87, 0.74, 0.40. Web safe color of #981427 is #990033. Color #981427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00010100 00100111
Octal 230 24 47
Decimal 152 20 39
Hex 98 14 27

RGB Percentages of Color #981427

%72.04
%9.48
%18.48

CMYK Percentages of Color #981427

%0
%87
%74
%40

Triadic Colors of #981427

#981427 #279814 #142798

Analogous Colors of #981427

#981427 #984314 #981469

Monochromatic Colors of #981427

#981427

Complementary Color

#981427 #149885

#981427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981427 Color CSS Codes

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

#981427 Text Font Color

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

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


#981427 Background Color

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

This div background color is #981427


#981427 Border Color

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

This div border color is #981427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981427


Comments

No comments written yet.

Please login to write comment.