Color Hex Logo

#705893 Color Hex

#705893
(112,88,147)
0 Favorites   0 Comments

Color spaces of #705893

RGB 11288147
HSL0.730.250.46
HSV264°40°58°
CMYK 0.240.400.00   0.42
XYZ15.438312.530829.2088
Yxy12.53080.27000.2192
Hunter Lab35.398915.9001-24.1430
CIE-Lab42.047622.6028-28.9055

#705893 color RGB value is (112,88,147).

#705893 hex color red value is 112, green value is 88 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #705893 hue: 0.73 , saturation: 0.25 and the lightness value of 705893 is 0.46.

The process color (four color CMYK) of #705893 color hex is 0.24, 0.40, 0.00, 0.42. Web safe color of #705893 is #666699. Color #705893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011000 10010011
Octal 160 130 223
Decimal 112 88 147
Hex 70 58 93

RGB Percentages of Color #705893

%32.28
%25.36
%42.36

CMYK Percentages of Color #705893

%24
%40
%0
%42

Triadic Colors of #705893

#705893 #937058 #589370

Analogous Colors of #705893

#705893 #8e5893 #585e93

Monochromatic Colors of #705893

#705893

Complementary Color

#705893 #7b9358

#705893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705893 Color CSS Codes

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

#705893 Text Font Color

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

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


#705893 Background Color

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

This div background color is #705893


#705893 Border Color

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

This div border color is #705893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705893


Comments

No comments written yet.

Please login to write comment.