Color Hex Logo

#7018de Color Hex

#7018DE
(112,24,222)
0 Favorites   0 Comments

Color spaces of #7018de

RGB 11224222
HSL0.740.800.48
HSV267°89°87°
CMYK 0.500.890.00   0.13
XYZ20.19359.371969.8519
Yxy9.37190.20310.0943
Hunter Lab30.613664.1695-113.8543
CIE-Lab36.690771.2361-81.6462

#7018de color RGB value is (112,24,222).

#7018de hex color red value is 112, green value is 24 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7018de hue: 0.74 , saturation: 0.80 and the lightness value of 7018de is 0.48.

The process color (four color CMYK) of #7018de color hex is 0.50, 0.89, 0.00, 0.13. Web safe color of #7018de is #6600cc. Color #7018de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011000 11011110
Octal 160 30 336
Decimal 112 24 222
Hex 70 18 DE

RGB Percentages of Color #7018de

%31.28
%6.70
%62.01

CMYK Percentages of Color #7018de

%50
%89
%0
%13

Triadic Colors of #7018de

#7018de #de7018 #18de70

Analogous Colors of #7018de

#7018de #d318de #1823de

Monochromatic Colors of #7018de

#7018de

Complementary Color

#7018de #86de18

#7018de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7018de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7018de Color CSS Codes

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

#7018de Text Font Color

<p style="color:#7018de">Text here</p>

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


#7018de Background Color

<div style="background-color:#7018de">
Div content here</div>

This div background color is #7018de


#7018de Border Color

<div style="border:3px solid #7018de">
Div here</div>

This div border color is #7018de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,24,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7018de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7018de;
  -webkit-box-shadow: 1px 1px 3px 2px #7018de;
  box-shadow:         1px 1px 3px 2px #7018de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7018de


Comments

No comments written yet.

Please login to write comment.