Color Hex Logo

#7018af Color Hex

#7018AF
(112,24,175)
0 Favorites   0 Comments

Color spaces of #7018af

RGB 11224175
HSL0.760.760.39
HSV275°86°69°
CMYK 0.360.860.00   0.31
XYZ14.74667.193241.1686
Yxy7.19320.23370.1140
Hunter Lab26.820151.2099-72.2353
CIE-Lab32.242760.7284-61.4441

#7018af color RGB value is (112,24,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011000 10101111
Octal 160 30 257
Decimal 112 24 175
Hex 70 18 AF

RGB Percentages of Color #7018af

%36.01
%7.72
%56.27

CMYK Percentages of Color #7018af

%36
%86
%0
%31

Triadic Colors of #7018af

#7018af #af7018 #18af70

Analogous Colors of #7018af

#7018af #af18a3 #2418af

Monochromatic Colors of #7018af

#7018af

Complementary Color

#7018af #57af18

#7018af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7018af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7018af Color CSS Codes

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

#7018af Text Font Color

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

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


#7018af Background Color

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

This div background color is #7018af


#7018af Border Color

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

This div border color is #7018af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7018af


Comments

No comments written yet.

Please login to write comment.