Color Hex Logo

#700ccc Color Hex

#700CCC
(112,12,204)
0 Favorites   0 Comments

Color spaces of #700ccc

RGB 11212204
HSL0.750.890.42
HSV271°94°80°
CMYK 0.450.940.00   0.20
XYZ17.71268.067357.7503
Yxy8.06730.21210.0966
Hunter Lab28.403061.6105-100.6691
CIE-Lab34.122769.5495-75.4746

#700ccc color RGB value is (112,12,204).

#700ccc hex color red value is 112, green value is 12 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #700ccc hue: 0.75 , saturation: 0.89 and the lightness value of 700ccc is 0.42.

The process color (four color CMYK) of #700ccc color hex is 0.45, 0.94, 0.00, 0.20. Web safe color of #700ccc is #6600cc. Color #700ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001100 11001100
Octal 160 14 314
Decimal 112 12 204
Hex 70 C CC

RGB Percentages of Color #700ccc

%34.15
%3.66
%62.20

CMYK Percentages of Color #700ccc

%45
%94
%0
%20

Triadic Colors of #700ccc

#700ccc #cc700c #0ccc70

Analogous Colors of #700ccc

#700ccc #cc0cc8 #100ccc

Monochromatic Colors of #700ccc

#700ccc

Complementary Color

#700ccc #68cc0c

#700ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#700ccc Color CSS Codes

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

#700ccc Text Font Color

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

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


#700ccc Background Color

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

This div background color is #700ccc


#700ccc Border Color

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

This div border color is #700ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700ccc


Comments

No comments written yet.

Please login to write comment.