Color Hex Logo

#704298 Color Hex

#704298
(112,66,152)
0 Favorites   0 Comments

Color spaces of #704298

RGB 11266152
HSL0.760.390.43
HSV272°57°60°
CMYK 0.260.570.00   0.40
XYZ14.29789.608230.8067
Yxy9.60820.26130.1756
Hunter Lab30.997128.0904-37.2278
CIE-Lab37.129936.9095-39.6949

#704298 color RGB value is (112,66,152).

#704298 hex color red value is 112, green value is 66 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #704298 hue: 0.76 , saturation: 0.39 and the lightness value of 704298 is 0.43.

The process color (four color CMYK) of #704298 color hex is 0.26, 0.57, 0.00, 0.40. Web safe color of #704298 is #663399. Color #704298 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000010 10011000
Octal 160 102 230
Decimal 112 66 152
Hex 70 42 98

RGB Percentages of Color #704298

%33.94
%20.00
%46.06

CMYK Percentages of Color #704298

%26
%57
%0
%40

Triadic Colors of #704298

#704298 #987042 #429870

Analogous Colors of #704298

#704298 #984295 #454298

Monochromatic Colors of #704298

#704298

Complementary Color

#704298 #6a9842

#704298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704298 Color CSS Codes

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

#704298 Text Font Color

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

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


#704298 Background Color

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

This div background color is #704298


#704298 Border Color

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

This div border color is #704298


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,66,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 #704298">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704298


Comments

No comments written yet.

Please login to write comment.