Color Hex Logo

#7018ae Color Hex

#7018AE
(112,24,174)
0 Favorites   0 Comments

Color spaces of #7018ae

RGB 11224174
HSL0.760.760.39
HSV275°86°68°
CMYK 0.360.860.00   0.32
XYZ14.64877.154040.6532
Yxy7.15400.23450.1145
Hunter Lab26.747050.9532-71.3931
CIE-Lab32.155060.5109-60.9894

#7018ae color RGB value is (112,24,174).

#7018ae hex color red value is 112, green value is 24 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7018ae hue: 0.76 , saturation: 0.76 and the lightness value of 7018ae is 0.39.

The process color (four color CMYK) of #7018ae color hex is 0.36, 0.86, 0.00, 0.32. Web safe color of #7018ae is #660099. Color #7018ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011000 10101110
Octal 160 30 256
Decimal 112 24 174
Hex 70 18 AE

RGB Percentages of Color #7018ae

%36.13
%7.74
%56.13

CMYK Percentages of Color #7018ae

%36
%86
%0
%32

Triadic Colors of #7018ae

#7018ae #ae7018 #18ae70

Analogous Colors of #7018ae

#7018ae #ae18a1 #2518ae

Monochromatic Colors of #7018ae

#7018ae

Complementary Color

#7018ae #56ae18

#7018ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7018ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7018ae Color CSS Codes

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

#7018ae Text Font Color

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

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


#7018ae Background Color

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

This div background color is #7018ae


#7018ae Border Color

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

This div border color is #7018ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7018ae


Comments

No comments written yet.

Please login to write comment.