Color Hex Logo

#705ecf Color Hex

#705ECF
(112,94,207)
0 Favorites   0 Comments

Color spaces of #705ecf

RGB 11294207
HSL0.690.540.59
HSV250°55°81°
CMYK 0.460.550.00   0.19
XYZ21.947315.955160.9544
Yxy15.95510.22200.1614
Hunter Lab39.943828.1758-62.5160
CIE-Lab46.915535.5621-56.3583

#705ecf color RGB value is (112,94,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011110 11001111
Octal 160 136 317
Decimal 112 94 207
Hex 70 5E CF

RGB Percentages of Color #705ecf

%27.12
%22.76
%50.12

CMYK Percentages of Color #705ecf

%46
%55
%0
%19

Triadic Colors of #705ecf

#705ecf #cf705e #5ecf70

Analogous Colors of #705ecf

#705ecf #a95ecf #5e85cf

Monochromatic Colors of #705ecf

#705ecf

Complementary Color

#705ecf #bdcf5e

#705ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#705ecf Color CSS Codes

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

#705ecf Text Font Color

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

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


#705ecf Background Color

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

This div background color is #705ecf


#705ecf Border Color

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

This div border color is #705ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705ecf


Comments

No comments written yet.

Please login to write comment.