Color Hex Logo

#701adb Color Hex

#701ADB
(112,26,219)
0 Favorites   0 Comments

Color spaces of #701adb

RGB 11226219
HSL0.740.790.48
HSV267°88°86°
CMYK 0.490.880.00   0.14
XYZ19.83779.298067.7670
Yxy9.29800.20470.0960
Hunter Lab30.492662.7653-110.4216
CIE-Lab36.551870.0720-80.1521

#701adb color RGB value is (112,26,219).

#701adb hex color red value is 112, green value is 26 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #701adb hue: 0.74 , saturation: 0.79 and the lightness value of 701adb is 0.48.

The process color (four color CMYK) of #701adb color hex is 0.49, 0.88, 0.00, 0.14. Web safe color of #701adb is #6633cc. Color #701adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011010 11011011
Octal 160 32 333
Decimal 112 26 219
Hex 70 1A DB

RGB Percentages of Color #701adb

%31.37
%7.28
%61.34

CMYK Percentages of Color #701adb

%49
%88
%0
%14

Triadic Colors of #701adb

#701adb #db701a #1adb70

Analogous Colors of #701adb

#701adb #d11adb #1a24db

Monochromatic Colors of #701adb

#701adb

Complementary Color

#701adb #85db1a

#701adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#701adb Color CSS Codes

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

#701adb Text Font Color

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

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


#701adb Background Color

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

This div background color is #701adb


#701adb Border Color

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

This div border color is #701adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701adb


Comments

No comments written yet.

Please login to write comment.