Color Hex Logo

#700acf Color Hex

#700ACF
(112,10,207)
0 Favorites   0 Comments

Color spaces of #700acf

RGB 11210207
HSL0.750.910.43
HSV271°95°81°
CMYK 0.460.950.00   0.19
XYZ18.05318.166859.6563
Yxy8.16680.21020.0951
Hunter Lab28.577662.7515-103.7646
CIE-Lab34.327970.4834-76.8826

#700acf color RGB value is (112,10,207).

#700acf hex color red value is 112, green value is 10 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #700acf hue: 0.75 , saturation: 0.91 and the lightness value of 700acf is 0.43.

The process color (four color CMYK) of #700acf color hex is 0.46, 0.95, 0.00, 0.19. Web safe color of #700acf is #6600cc. Color #700acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001010 11001111
Octal 160 12 317
Decimal 112 10 207
Hex 70 A CF

RGB Percentages of Color #700acf

%34.04
%3.04
%62.92

CMYK Percentages of Color #700acf

%46
%95
%0
%19

Triadic Colors of #700acf

#700acf #cf700a #0acf70

Analogous Colors of #700acf

#700acf #cf0acc #0e0acf

Monochromatic Colors of #700acf

#700acf

Complementary Color

#700acf #69cf0a

#700acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#700acf Color CSS Codes

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

#700acf Text Font Color

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

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


#700acf Background Color

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

This div background color is #700acf


#700acf Border Color

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

This div border color is #700acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700acf


Comments

No comments written yet.

Please login to write comment.