Color Hex Logo

#701daf Color Hex

#701DAF
(112,29,175)
0 Favorites   0 Comments

Color spaces of #701daf

RGB 11229175
HSL0.760.720.40
HSV274°83°69°
CMYK 0.360.830.00   0.31
XYZ14.85937.418641.2062
Yxy7.41860.23410.1169
Hunter Lab27.237149.7164-70.6321
CIE-Lab32.741559.2614-60.6282

#701daf color RGB value is (112,29,175).

#701daf hex color red value is 112, green value is 29 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #701daf hue: 0.76 , saturation: 0.72 and the lightness value of 701daf is 0.40.

The process color (four color CMYK) of #701daf color hex is 0.36, 0.83, 0.00, 0.31. Web safe color of #701daf is #663399. Color #701daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011101 10101111
Octal 160 35 257
Decimal 112 29 175
Hex 70 1D AF

RGB Percentages of Color #701daf

%35.44
%9.18
%55.38

CMYK Percentages of Color #701daf

%36
%83
%0
%31

Triadic Colors of #701daf

#701daf #af701d #1daf70

Analogous Colors of #701daf

#701daf #af1da5 #271daf

Monochromatic Colors of #701daf

#701daf

Complementary Color

#701daf #5caf1d

#701daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#701daf Color CSS Codes

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

#701daf Text Font Color

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

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


#701daf Background Color

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

This div background color is #701daf


#701daf Border Color

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

This div border color is #701daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701daf


Comments

No comments written yet.

Please login to write comment.