Color Hex Logo

#703ecc Color Hex

#703ECC
(112,62,204)
0 Favorites   0 Comments

Color spaces of #703ecc

RGB 11262204
HSL0.730.580.52
HSV261°70°80°
CMYK 0.450.700.00   0.20
XYZ19.303811.249658.2807
Yxy11.24960.21730.1266
Hunter Lab33.540444.0379-79.5455
CIE-Lab39.997752.5340-65.8393

#703ecc color RGB value is (112,62,204).

#703ecc hex color red value is 112, green value is 62 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #703ecc hue: 0.73 , saturation: 0.58 and the lightness value of 703ecc is 0.52.

The process color (four color CMYK) of #703ecc color hex is 0.45, 0.70, 0.00, 0.20. Web safe color of #703ecc is #6633cc. Color #703ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111110 11001100
Octal 160 76 314
Decimal 112 62 204
Hex 70 3E CC

RGB Percentages of Color #703ecc

%29.63
%16.40
%53.97

CMYK Percentages of Color #703ecc

%45
%70
%0
%20

Triadic Colors of #703ecc

#703ecc #cc703e #3ecc70

Analogous Colors of #703ecc

#703ecc #b73ecc #3e53cc

Monochromatic Colors of #703ecc

#703ecc

Complementary Color

#703ecc #9acc3e

#703ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#703ecc Color CSS Codes

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

#703ecc Text Font Color

<p style="color:#703ecc">Text here</p>

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


#703ecc Background Color

<div style="background-color:#703ecc">
Div content here</div>

This div background color is #703ecc


#703ecc Border Color

<div style="border:3px solid #703ecc">
Div here</div>

This div border color is #703ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,62,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #703ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #703ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #703ecc;
  box-shadow:         1px 1px 3px 2px #703ecc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703ecc


Comments

No comments written yet.

Please login to write comment.