color codes Logo

#703ccc color codes

#703CCC
(112,60,204)
0 Favorites   0 Comments

Color spaces of #703ccc

RGB 11260204
HSL0.730.590.52
HSV262°71°80°
CMYK 0.450.710.00   0.20
XYZ19.197011.036158.2451
Yxy11.03610.21700.1247
Hunter Lab33.220645.0126-80.6976
CIE-Lab39.641253.5277-66.4209

#703ccc color RGB value is (112,60,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111100 11001100
Octal 160 74 314
Decimal 112 60 204
Hex 70 3C CC

RGB Percentages of Color #703ccc

%29.79
%15.96
%54.26

CMYK Percentages of Color #703ccc

%45
%71
%0
%20

Triadic Colors of #703ccc

#703ccc #cc703c #3ccc70

Analogous Colors of #703ccc

#703ccc #b83ccc #3c50cc

Monochromatic Colors of #703ccc

#703ccc

Complementary Color

#703ccc #98cc3c

#703ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#703ccc Color CSS Codes

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

#703ccc Text Font Color

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

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


#703ccc Background Color

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

This div background color is #703ccc


#703ccc Border Color

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

This div border color is #703ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703ccc


Comments

No comments written yet.

Please login to write comment.