Color Hex Logo

#701998 Color Hex

#701998
(112,25,152)
0 Favorites   0 Comments

Color spaces of #701998

RGB 11225152
HSL0.780.720.35
HSV281°84°60°
CMYK 0.260.840.00   0.40
XYZ12.69726.407030.2732
Yxy6.40700.25710.1298
Hunter Lab25.312145.2443-53.1924
CIE-Lab30.416955.5265-50.5066

#701998 color RGB value is (112,25,152).

#701998 hex color red value is 112, green value is 25 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #701998 hue: 0.78 , saturation: 0.72 and the lightness value of 701998 is 0.35.

The process color (four color CMYK) of #701998 color hex is 0.26, 0.84, 0.00, 0.40. Web safe color of #701998 is #660099. Color #701998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011001 10011000
Octal 160 31 230
Decimal 112 25 152
Hex 70 19 98

RGB Percentages of Color #701998

%38.75
%8.65
%52.60

CMYK Percentages of Color #701998

%26
%84
%0
%40

Triadic Colors of #701998

#701998 #987019 #199870

Analogous Colors of #701998

#701998 #981981 #301998

Monochromatic Colors of #701998

#701998

Complementary Color

#701998 #419819

#701998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701998 Color CSS Codes

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

#701998 Text Font Color

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

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


#701998 Background Color

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

This div background color is #701998


#701998 Border Color

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

This div border color is #701998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701998


Comments

No comments written yet.

Please login to write comment.