Color Hex Logo

#703dc4 Color Hex

#703DC4
(112,61,196)
0 Favorites   0 Comments

Color spaces of #703dc4

RGB 11261196
HSL0.730.530.50
HSV263°69°77°
CMYK 0.430.690.00   0.23
XYZ18.314610.767853.3376
Yxy10.76780.22220.1306
Hunter Lab32.814342.2008-73.4021
CIE-Lab39.186650.9217-62.5105

#703dc4 color RGB value is (112,61,196).

#703dc4 hex color red value is 112, green value is 61 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #703dc4 hue: 0.73 , saturation: 0.53 and the lightness value of 703dc4 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111101 11000100
Octal 160 75 304
Decimal 112 61 196
Hex 70 3D C4

RGB Percentages of Color #703dc4

%30.35
%16.53
%53.12

CMYK Percentages of Color #703dc4

%43
%69
%0
%23

Triadic Colors of #703dc4

#703dc4 #c4703d #3dc470

Analogous Colors of #703dc4

#703dc4 #b43dc4 #3d4dc4

Monochromatic Colors of #703dc4

#703dc4

Complementary Color

#703dc4 #91c43d

#703dc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703dc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703dc4 Color CSS Codes

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

#703dc4 Text Font Color

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

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


#703dc4 Background Color

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

This div background color is #703dc4


#703dc4 Border Color

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

This div border color is #703dc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703dc4


Comments

No comments written yet.

Please login to write comment.