Color Hex Logo

#981470 Color Hex

#981470
(152,20,112)
0 Favorites   0 Comments

Color spaces of #981470

RGB 15220112
HSL0.880.770.34
HSV318°87°60°
CMYK 0.000.870.26   0.40
XYZ16.12378.345616.0903
Yxy8.34560.39750.2058
Hunter Lab28.888849.0710-12.8009
CIE-Lab34.692558.2846-18.3372

#981470 color RGB value is (152,20,112).

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

The process color (four color CMYK) of #981470 color hex is 0.00, 0.87, 0.26, 0.40. Web safe color of #981470 is #990066. Color #981470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00010100 01110000
Octal 230 24 160
Decimal 152 20 112
Hex 98 14 70

RGB Percentages of Color #981470

%53.52
%7.04
%39.44

CMYK Percentages of Color #981470

%0
%87
%26
%40

Triadic Colors of #981470

#981470 #709814 #147098

Analogous Colors of #981470

#981470 #98142e #7e1498

Monochromatic Colors of #981470

#981470

Complementary Color

#981470 #14983c

#981470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981470 Color CSS Codes

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

#981470 Text Font Color

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

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


#981470 Background Color

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

This div background color is #981470


#981470 Border Color

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

This div border color is #981470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981470


Comments

No comments written yet.

Please login to write comment.