Color Hex Logo

#705ede Color Hex

#705EDE
(112,94,222)
0 Favorites   0 Comments

Color spaces of #705ede

RGB 11294222
HSL0.690.660.62
HSV248°58°87°
CMYK 0.500.580.00   0.13
XYZ23.869616.724171.0772
Yxy16.72410.21370.1498
Hunter Lab40.895132.6202-74.4216
CIE-Lab47.910539.9798-63.3044

#705ede color RGB value is (112,94,222).

#705ede hex color red value is 112, green value is 94 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #705ede hue: 0.69 , saturation: 0.66 and the lightness value of 705ede is 0.62.

The process color (four color CMYK) of #705ede color hex is 0.50, 0.58, 0.00, 0.13. Web safe color of #705ede is #6666cc. Color #705ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011110 11011110
Octal 160 136 336
Decimal 112 94 222
Hex 70 5E DE

RGB Percentages of Color #705ede

%26.17
%21.96
%51.87

CMYK Percentages of Color #705ede

%50
%58
%0
%13

Triadic Colors of #705ede

#705ede #de705e #5ede70

Analogous Colors of #705ede

#705ede #b05ede #5e8cde

Monochromatic Colors of #705ede

#705ede

Complementary Color

#705ede #ccde5e

#705ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#705ede Color CSS Codes

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

#705ede Text Font Color

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

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


#705ede Background Color

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

This div background color is #705ede


#705ede Border Color

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

This div border color is #705ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705ede


Comments

No comments written yet.

Please login to write comment.