Color Hex Logo

#7318df Color Hex

#7318DF
(115,24,223)
0 Favorites   0 Comments

Color spaces of #7318df

RGB 11524223
HSL0.740.810.48
HSV267°89°87°
CMYK 0.480.890.00   0.13
XYZ20.71619.625870.5781
Yxy9.62580.20530.0954
Hunter Lab31.025564.8921-113.1576
CIE-Lab37.162371.7553-81.4288

#7318df color RGB value is (115,24,223).

#7318df hex color red value is 115, green value is 24 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7318df hue: 0.74 , saturation: 0.81 and the lightness value of 7318df is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011000 11011111
Octal 163 30 337
Decimal 115 24 223
Hex 73 18 DF

RGB Percentages of Color #7318df

%31.77
%6.63
%61.60

CMYK Percentages of Color #7318df

%48
%89
%0
%13

Triadic Colors of #7318df

#7318df #df7318 #18df73

Analogous Colors of #7318df

#7318df #d718df #1820df

Monochromatic Colors of #7318df

#7318df

Complementary Color

#7318df #84df18

#7318df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7318df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7318df Color CSS Codes

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

#7318df Text Font Color

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

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


#7318df Background Color

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

This div background color is #7318df


#7318df Border Color

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

This div border color is #7318df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7318df


Comments

No comments written yet.

Please login to write comment.