Color Hex Logo

#700efd Color Hex

#700EFD
(112,14,253)
0 Favorites   0 Comments

Color spaces of #700efd

RGB 11214253
HSL0.740.980.52
HSV265°94°99°
CMYK 0.560.940.00   0.01
XYZ24.568810.850793.7280
Yxy10.85070.19020.0840
Hunter Lab32.940475.4896-145.6444
CIE-Lab39.327980.0245-94.8608

#700efd color RGB value is (112,14,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001110 11111101
Octal 160 16 375
Decimal 112 14 253
Hex 70 E FD

RGB Percentages of Color #700efd

%29.55
%3.69
%66.75

CMYK Percentages of Color #700efd

%56
%94
%0
%1

Triadic Colors of #700efd

#700efd #fd700e #0efd70

Analogous Colors of #700efd

#700efd #e80efd #0e24fd

Monochromatic Colors of #700efd

#700efd

Complementary Color

#700efd #9bfd0e

#700efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#700efd Color CSS Codes

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

#700efd Text Font Color

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

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


#700efd Background Color

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

This div background color is #700efd


#700efd Border Color

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

This div border color is #700efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700efd

Related Colors


Comments

No comments written yet.

Please login to write comment.