Color Hex Logo

#7318af Color Hex

#7318AF
(115,24,175)
0 Favorites   0 Comments

Color spaces of #7318af

RGB 11524175
HSL0.770.760.39
HSV276°86°69°
CMYK 0.340.860.00   0.31
XYZ15.13477.393341.1868
Yxy7.39330.23750.1160
Hunter Lab27.190651.7721-70.7757
CIE-Lab32.686061.1544-60.7011

#7318af color RGB value is (115,24,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011000 10101111
Octal 163 30 257
Decimal 115 24 175
Hex 73 18 AF

RGB Percentages of Color #7318af

%36.62
%7.64
%55.73

CMYK Percentages of Color #7318af

%34
%86
%0
%31

Triadic Colors of #7318af

#7318af #af7318 #18af73

Analogous Colors of #7318af

#7318af #af18a0 #2818af

Monochromatic Colors of #7318af

#7318af

Complementary Color

#7318af #54af18

#7318af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7318af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7318af Color CSS Codes

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

#7318af Text Font Color

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

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


#7318af Background Color

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

This div background color is #7318af


#7318af Border Color

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

This div border color is #7318af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,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 #7318af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7318af


Comments

No comments written yet.

Please login to write comment.