Color Hex Logo

#700fac Color Hex

#700FAC
(112,15,172)
0 Favorites   0 Comments

Color spaces of #700fac

RGB 11215172
HSL0.770.840.37
HSV277°91°67°
CMYK 0.350.910.00   0.33
XYZ14.29936.764939.5818
Yxy6.76490.23580.1115
Hunter Lab26.009452.6181-72.0224
CIE-Lab31.265662.1958-61.2463

#700fac color RGB value is (112,15,172).

#700fac hex color red value is 112, green value is 15 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #700fac hue: 0.77 , saturation: 0.84 and the lightness value of 700fac is 0.37.

The process color (four color CMYK) of #700fac color hex is 0.35, 0.91, 0.00, 0.33. Web safe color of #700fac is #660099. Color #700fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001111 10101100
Octal 160 17 254
Decimal 112 15 172
Hex 70 F AC

RGB Percentages of Color #700fac

%37.46
%5.02
%57.53

CMYK Percentages of Color #700fac

%35
%91
%0
%33

Triadic Colors of #700fac

#700fac #ac700f #0fac70

Analogous Colors of #700fac

#700fac #ac0f9a #220fac

Monochromatic Colors of #700fac

#700fac

Complementary Color

#700fac #4bac0f

#700fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#700fac Color CSS Codes

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

#700fac Text Font Color

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

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


#700fac Background Color

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

This div background color is #700fac


#700fac Border Color

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

This div border color is #700fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700fac


Comments

No comments written yet.

Please login to write comment.