Color Hex Logo

#701edc Color Hex

#701EDC
(112,30,220)
0 Favorites   0 Comments

Color spaces of #701edc

RGB 11230220
HSL0.740.760.49
HSV266°86°86°
CMYK 0.490.860.00   0.14
XYZ20.06469.540668.4941
Yxy9.54060.20450.0973
Hunter Lab30.887961.8989-109.8546
CIE-Lab37.005069.2453-79.9793

#701edc color RGB value is (112,30,220).

#701edc hex color red value is 112, green value is 30 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #701edc hue: 0.74 , saturation: 0.76 and the lightness value of 701edc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011110 11011100
Octal 160 36 334
Decimal 112 30 220
Hex 70 1E DC

RGB Percentages of Color #701edc

%30.94
%8.29
%60.77

CMYK Percentages of Color #701edc

%49
%86
%0
%14

Triadic Colors of #701edc

#701edc #dc701e #1edc70

Analogous Colors of #701edc

#701edc #cf1edc #1e2bdc

Monochromatic Colors of #701edc

#701edc

Complementary Color

#701edc #8adc1e

#701edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#701edc Color CSS Codes

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

#701edc Text Font Color

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

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


#701edc Background Color

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

This div background color is #701edc


#701edc Border Color

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

This div border color is #701edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701edc


Comments

No comments written yet.

Please login to write comment.