Color Hex Logo

#706eca Color Hex

#706ECA
(112,110,202)
0 Favorites   0 Comments

Color spaces of #706eca

RGB 112110202
HSL0.670.460.61
HSV241°46°79°
CMYK 0.450.460.00   0.21
XYZ22.918718.860958.3097
Yxy18.86090.22900.1884
Hunter Lab43.429118.1982-49.2047
CIE-Lab50.524124.4686-47.7174

#706eca color RGB value is (112,110,202).

#706eca hex color red value is 112, green value is 110 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #706eca hue: 0.67 , saturation: 0.46 and the lightness value of 706eca is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101110 11001010
Octal 160 156 312
Decimal 112 110 202
Hex 70 6E CA

RGB Percentages of Color #706eca

%26.42
%25.94
%47.64

CMYK Percentages of Color #706eca

%45
%46
%0
%21

Triadic Colors of #706eca

#706eca #ca706e #6eca70

Analogous Colors of #706eca

#706eca #9e6eca #6e9aca

Monochromatic Colors of #706eca

#706eca

Complementary Color

#706eca #c8ca6e

#706eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#706eca Color CSS Codes

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

#706eca Text Font Color

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

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


#706eca Background Color

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

This div background color is #706eca


#706eca Border Color

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

This div border color is #706eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,110,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 #706eca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706eca


Comments

No comments written yet.

Please login to write comment.