Color Hex Logo

#700fd9 Color Hex

#700FD9
(112,15,217)
0 Favorites   0 Comments

Color spaces of #700fd9

RGB 11215217
HSL0.750.870.45
HSV269°93°85°
CMYK 0.480.930.00   0.15
XYZ19.37738.796166.3222
Yxy8.79610.20510.0931
Hunter Lab29.658264.7217-111.8245
CIE-Lab35.588771.9109-80.5903

#700fd9 color RGB value is (112,15,217).

#700fd9 hex color red value is 112, green value is 15 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #700fd9 hue: 0.75 , saturation: 0.87 and the lightness value of 700fd9 is 0.45.

The process color (four color CMYK) of #700fd9 color hex is 0.48, 0.93, 0.00, 0.15. Web safe color of #700fd9 is #6600cc. Color #700fd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001111 11011001
Octal 160 17 331
Decimal 112 15 217
Hex 70 F D9

RGB Percentages of Color #700fd9

%32.56
%4.36
%63.08

CMYK Percentages of Color #700fd9

%48
%93
%0
%15

Triadic Colors of #700fd9

#700fd9 #d9700f #0fd970

Analogous Colors of #700fd9

#700fd9 #d50fd9 #0f13d9

Monochromatic Colors of #700fd9

#700fd9

Complementary Color

#700fd9 #78d90f

#700fd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700fd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700fd9 Color CSS Codes

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

#700fd9 Text Font Color

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

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


#700fd9 Background Color

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

This div background color is #700fd9


#700fd9 Border Color

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

This div border color is #700fd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700fd9


Comments

No comments written yet.

Please login to write comment.