Color Hex Logo

#705eef Color Hex

#705EEF
(112,94,239)
0 Favorites   0 Comments

Color spaces of #705eef

RGB 11294239
HSL0.690.820.65
HSV247°61°94°
CMYK 0.530.610.00   0.06
XYZ26.264817.682183.6900
Yxy17.68210.20580.1385
Hunter Lab42.050137.9048-88.5666
CIE-Lab49.108245.0342-70.9482

#705eef color RGB value is (112,94,239).

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

The process color (four color CMYK) of #705eef color hex is 0.53, 0.61, 0.00, 0.06. Web safe color of #705eef is #6666ff. Color #705eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011110 11101111
Octal 160 136 357
Decimal 112 94 239
Hex 70 5E EF

RGB Percentages of Color #705eef

%25.17
%21.12
%53.71

CMYK Percentages of Color #705eef

%53
%61
%0
%6

Triadic Colors of #705eef

#705eef #ef705e #5eef70

Analogous Colors of #705eef

#705eef #b95eef #5e95ef

Monochromatic Colors of #705eef

#705eef

Complementary Color

#705eef #ddef5e

#705eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#705eef Color CSS Codes

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

#705eef Text Font Color

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

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


#705eef Background Color

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

This div background color is #705eef


#705eef Border Color

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

This div border color is #705eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705eef


Comments

No comments written yet.

Please login to write comment.