Color Hex Logo

#703caa Color Hex

#703CAA
(112,60,170)
0 Favorites   0 Comments

Color spaces of #703caa

RGB 11260170
HSL0.750.480.45
HSV268°65°67°
CMYK 0.340.650.00   0.33
XYZ15.55369.578739.0593
Yxy9.57870.24230.1492
Hunter Lab30.949535.5433-53.1614
CIE-Lab37.075444.7120-50.5985

#703caa color RGB value is (112,60,170).

#703caa hex color red value is 112, green value is 60 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #703caa hue: 0.75 , saturation: 0.48 and the lightness value of 703caa is 0.45.

The process color (four color CMYK) of #703caa color hex is 0.34, 0.65, 0.00, 0.33. Web safe color of #703caa is #663399. Color #703caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111100 10101010
Octal 160 74 252
Decimal 112 60 170
Hex 70 3C AA

RGB Percentages of Color #703caa

%32.75
%17.54
%49.71

CMYK Percentages of Color #703caa

%34
%65
%0
%33

Triadic Colors of #703caa

#703caa #aa703c #3caa70

Analogous Colors of #703caa

#703caa #a73caa #3c3faa

Monochromatic Colors of #703caa

#703caa

Complementary Color

#703caa #76aa3c

#703caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#703caa Color CSS Codes

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

#703caa Text Font Color

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

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


#703caa Background Color

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

This div background color is #703caa


#703caa Border Color

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

This div border color is #703caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703caa


Comments

No comments written yet.

Please login to write comment.