Color Hex Logo

#701efd Color Hex

#701EFD
(112,30,253)
0 Favorites   0 Comments

Color spaces of #701efd

RGB 11230253
HSL0.730.980.55
HSV262°88°99°
CMYK 0.560.880.00   0.01
XYZ24.876011.465193.8304
Yxy11.46510.19110.0881
Hunter Lab33.860271.8831-140.5973
CIE-Lab40.353076.9277-93.1626

#701efd color RGB value is (112,30,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011110 11111101
Octal 160 36 375
Decimal 112 30 253
Hex 70 1E FD

RGB Percentages of Color #701efd

%28.35
%7.59
%64.05

CMYK Percentages of Color #701efd

%56
%88
%0
%1

Triadic Colors of #701efd

#701efd #fd701e #1efd70

Analogous Colors of #701efd

#701efd #e01efd #1e3bfd

Monochromatic Colors of #701efd

#701efd

Complementary Color

#701efd #abfd1e

#701efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#701efd Color CSS Codes

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

#701efd Text Font Color

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

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


#701efd Background Color

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

This div background color is #701efd


#701efd Border Color

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

This div border color is #701efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,30,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 #701efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701efd


Comments

No comments written yet.

Please login to write comment.