Color Hex Logo

#705ece Color Hex

#705ECE
(112,94,206)
0 Favorites   0 Comments

Color spaces of #705ece

RGB 11294206
HSL0.690.530.59
HSV250°54°81°
CMYK 0.460.540.00   0.19
XYZ21.825415.906460.3124
Yxy15.90640.22260.1622
Hunter Lab39.882827.8870-61.7427
CIE-Lab46.851435.2694-55.8880

#705ece color RGB value is (112,94,206).

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

The process color (four color CMYK) of #705ece color hex is 0.46, 0.54, 0.00, 0.19. Web safe color of #705ece is #6666cc. Color #705ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011110 11001110
Octal 160 136 316
Decimal 112 94 206
Hex 70 5E CE

RGB Percentages of Color #705ece

%27.18
%22.82
%50.00

CMYK Percentages of Color #705ece

%46
%54
%0
%19

Triadic Colors of #705ece

#705ece #ce705e #5ece70

Analogous Colors of #705ece

#705ece #a85ece #5e84ce

Monochromatic Colors of #705ece

#705ece

Complementary Color

#705ece #bcce5e

#705ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#705ece Color CSS Codes

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

#705ece Text Font Color

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

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


#705ece Background Color

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

This div background color is #705ece


#705ece Border Color

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

This div border color is #705ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705ece


Comments

No comments written yet.

Please login to write comment.