Color Hex Logo

#701dfd Color Hex

#701DFD
(112,29,253)
0 Favorites   0 Comments

Color spaces of #701dfd

RGB 11229253
HSL0.730.980.55
HSV262°89°99°
CMYK 0.560.890.00   0.01
XYZ24.851111.415393.8221
Yxy11.41530.19100.0878
Hunter Lab33.786572.1661-140.9923
CIE-Lab40.271377.1731-93.2978

#701dfd color RGB value is (112,29,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011101 11111101
Octal 160 35 375
Decimal 112 29 253
Hex 70 1D FD

RGB Percentages of Color #701dfd

%28.43
%7.36
%64.21

CMYK Percentages of Color #701dfd

%56
%89
%0
%1

Triadic Colors of #701dfd

#701dfd #fd701d #1dfd70

Analogous Colors of #701dfd

#701dfd #e01dfd #1d3afd

Monochromatic Colors of #701dfd

#701dfd

Complementary Color

#701dfd #aafd1d

#701dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#701dfd Color CSS Codes

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

#701dfd Text Font Color

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

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


#701dfd Background Color

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

This div background color is #701dfd


#701dfd Border Color

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

This div border color is #701dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701dfd


Comments

No comments written yet.

Please login to write comment.