Color Hex Logo

#703fcc Color Hex

#703FCC
(112,63,204)
0 Favorites   0 Comments

Color spaces of #703fcc

RGB 11263204
HSL0.720.580.52
HSV261°69°80°
CMYK 0.450.690.00   0.20
XYZ19.358711.359458.2990
Yxy11.35940.21750.1276
Hunter Lab33.703743.5451-78.9643
CIE-Lab40.179352.0297-65.5432

#703fcc color RGB value is (112,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111111 11001100
Octal 160 77 314
Decimal 112 63 204
Hex 70 3F CC

RGB Percentages of Color #703fcc

%29.55
%16.62
%53.83

CMYK Percentages of Color #703fcc

%45
%69
%0
%20

Triadic Colors of #703fcc

#703fcc #cc703f #3fcc70

Analogous Colors of #703fcc

#703fcc #b73fcc #3f55cc

Monochromatic Colors of #703fcc

#703fcc

Complementary Color

#703fcc #9bcc3f

#703fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#703fcc Color CSS Codes

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

#703fcc Text Font Color

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

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


#703fcc Background Color

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

This div background color is #703fcc


#703fcc Border Color

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

This div border color is #703fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703fcc


Comments

No comments written yet.

Please login to write comment.