Color Hex Logo

#705cae Color Hex

#705CAE
(112,92,174)
0 Favorites   0 Comments

Color spaces of #705cae

RGB 11292174
HSL0.710.340.52
HSV255°47°68°
CMYK 0.360.470.00   0.32
XYZ18.149214.155041.8200
Yxy14.15500.24480.1910
Hunter Lab37.623120.2670-39.5676
CIE-Lab44.454427.3437-41.1483

#705cae color RGB value is (112,92,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011100 10101110
Octal 160 134 256
Decimal 112 92 174
Hex 70 5C AE

RGB Percentages of Color #705cae

%29.63
%24.34
%46.03

CMYK Percentages of Color #705cae

%36
%47
%0
%32

Triadic Colors of #705cae

#705cae #ae705c #5cae70

Analogous Colors of #705cae

#705cae #995cae #5c71ae

Monochromatic Colors of #705cae

#705cae

Complementary Color

#705cae #9aae5c

#705cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#705cae Color CSS Codes

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

#705cae Text Font Color

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

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


#705cae Background Color

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

This div background color is #705cae


#705cae Border Color

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

This div border color is #705cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705cae


Comments

No comments written yet.

Please login to write comment.