Color Hex Logo

#7017e3 Color Hex

#7017E3
(112,23,227)
0 Favorites   0 Comments

Color spaces of #7017e3

RGB 11223227
HSL0.740.820.49
HSV266°90°89°
CMYK 0.510.900.00   0.11
XYZ20.85369.603673.4276
Yxy9.60360.20070.0924
Hunter Lab30.989765.8844-118.7902
CIE-Lab37.121472.5958-83.7980

#7017e3 color RGB value is (112,23,227).

#7017e3 hex color red value is 112, green value is 23 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #7017e3 hue: 0.74 , saturation: 0.82 and the lightness value of 7017e3 is 0.49.

The process color (four color CMYK) of #7017e3 color hex is 0.51, 0.90, 0.00, 0.11. Web safe color of #7017e3 is #6600cc. Color #7017e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010111 11100011
Octal 160 27 343
Decimal 112 23 227
Hex 70 17 E3

RGB Percentages of Color #7017e3

%30.94
%6.35
%62.71

CMYK Percentages of Color #7017e3

%51
%90
%0
%11

Triadic Colors of #7017e3

#7017e3 #e37017 #17e370

Analogous Colors of #7017e3

#7017e3 #d617e3 #1724e3

Monochromatic Colors of #7017e3

#7017e3

Complementary Color

#7017e3 #8ae317

#7017e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7017e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7017e3 Color CSS Codes

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

#7017e3 Text Font Color

<p style="color:#7017e3">Text here</p>

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


#7017e3 Background Color

<div style="background-color:#7017e3">
Div content here</div>

This div background color is #7017e3


#7017e3 Border Color

<div style="border:3px solid #7017e3">
Div here</div>

This div border color is #7017e3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,23,227, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7017e3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7017e3;
  -webkit-box-shadow: 1px 1px 3px 2px #7017e3;
  box-shadow:         1px 1px 3px 2px #7017e3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7017e3


Comments

No comments written yet.

Please login to write comment.