Color Hex Logo

#705eca Color Hex

#705ECA
(112,94,202)
0 Favorites   0 Comments

Color spaces of #705eca

RGB 11294202
HSL0.690.500.58
HSV250°53°79°
CMYK 0.450.530.00   0.21
XYZ21.345515.714457.7853
Yxy15.71440.22510.1657
Hunter Lab39.641426.7436-58.6781
CIE-Lab46.597534.1030-53.9989

#705eca color RGB value is (112,94,202).

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

The process color (four color CMYK) of #705eca color hex is 0.45, 0.53, 0.00, 0.21. Web safe color of #705eca is #6666cc. Color #705eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011110 11001010
Octal 160 136 312
Decimal 112 94 202
Hex 70 5E CA

RGB Percentages of Color #705eca

%27.45
%23.04
%49.51

CMYK Percentages of Color #705eca

%45
%53
%0
%21

Triadic Colors of #705eca

#705eca #ca705e #5eca70

Analogous Colors of #705eca

#705eca #a65eca #5e82ca

Monochromatic Colors of #705eca

#705eca

Complementary Color

#705eca #b8ca5e

#705eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#705eca Color CSS Codes

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

#705eca Text Font Color

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

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


#705eca Background Color

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

This div background color is #705eca


#705eca Border Color

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

This div border color is #705eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705eca


Comments

No comments written yet.

Please login to write comment.