Color Hex Logo

#700dfe Color Hex

#700DFE
(112,13,254)
0 Favorites   0 Comments

Color spaces of #700dfe

RGB 11213254
HSL0.740.990.52
HSV265°95°100°
CMYK 0.560.950.00   0.00
XYZ24.715410.888394.5649
Yxy10.88830.18990.0836
Hunter Lab32.997475.9528-146.8167
CIE-Lab39.391780.3816-95.3153

#700dfe color RGB value is (112,13,254).

#700dfe hex color red value is 112, green value is 13 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #700dfe hue: 0.74 , saturation: 0.99 and the lightness value of 700dfe is 0.52.

The process color (four color CMYK) of #700dfe color hex is 0.56, 0.95, 0.00, 0.00. Web safe color of #700dfe is #6600ff. Color #700dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001101 11111110
Octal 160 15 376
Decimal 112 13 254
Hex 70 D FE

RGB Percentages of Color #700dfe

%29.55
%3.43
%67.02

CMYK Percentages of Color #700dfe

%56
%95
%0
%0

Triadic Colors of #700dfe

#700dfe #fe700d #0dfe70

Analogous Colors of #700dfe

#700dfe #e90dfe #0d23fe

Monochromatic Colors of #700dfe

#700dfe

Complementary Color

#700dfe #9bfe0d

#700dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#700dfe Color CSS Codes

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

#700dfe Text Font Color

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

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


#700dfe Background Color

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

This div background color is #700dfe


#700dfe Border Color

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

This div border color is #700dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700dfe


Comments

No comments written yet.

Please login to write comment.