Color Hex Logo

#705aae Color Hex

#705AAE
(112,90,174)
0 Favorites   0 Comments

Color spaces of #705aae

RGB 11290174
HSL0.710.340.52
HSV256°48°68°
CMYK 0.360.480.00   0.32
XYZ17.978213.813141.7630
Yxy13.81310.24440.1878
Hunter Lab37.166021.3049-40.6073
CIE-Lab43.963728.5517-41.9282

#705aae color RGB value is (112,90,174).

#705aae hex color red value is 112, green value is 90 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #705aae hue: 0.71 , saturation: 0.34 and the lightness value of 705aae is 0.52.

The process color (four color CMYK) of #705aae color hex is 0.36, 0.48, 0.00, 0.32. Web safe color of #705aae is #666699. Color #705aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011010 10101110
Octal 160 132 256
Decimal 112 90 174
Hex 70 5A AE

RGB Percentages of Color #705aae

%29.79
%23.94
%46.28

CMYK Percentages of Color #705aae

%36
%48
%0
%32

Triadic Colors of #705aae

#705aae #ae705a #5aae70

Analogous Colors of #705aae

#705aae #9a5aae #5a6eae

Monochromatic Colors of #705aae

#705aae

Complementary Color

#705aae #98ae5a

#705aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#705aae Color CSS Codes

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

#705aae Text Font Color

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

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


#705aae Background Color

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

This div background color is #705aae


#705aae Border Color

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

This div border color is #705aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,90,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #705aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #705aae;
  -webkit-box-shadow: 1px 1px 3px 2px #705aae;
  box-shadow:         1px 1px 3px 2px #705aae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705aae


Comments

No comments written yet.

Please login to write comment.