Color Hex Logo

#7318ef Color Hex

#7318EF
(115,24,239)
0 Favorites   0 Comments

Color spaces of #7318ef

RGB 11524239
HSL0.740.870.52
HSV265°90°94°
CMYK 0.520.900.00   0.06
XYZ22.976910.530182.4829
Yxy10.53010.19810.0908
Hunter Lab32.450169.6025-127.9904
CIE-Lab38.777575.3635-87.8748

#7318ef color RGB value is (115,24,239).

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

The process color (four color CMYK) of #7318ef color hex is 0.52, 0.90, 0.00, 0.06. Web safe color of #7318ef is #6600ff. Color #7318ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011000 11101111
Octal 163 30 357
Decimal 115 24 239
Hex 73 18 EF

RGB Percentages of Color #7318ef

%30.42
%6.35
%63.23

CMYK Percentages of Color #7318ef

%52
%90
%0
%6

Triadic Colors of #7318ef

#7318ef #ef7318 #18ef73

Analogous Colors of #7318ef

#7318ef #df18ef #1829ef

Monochromatic Colors of #7318ef

#7318ef

Complementary Color

#7318ef #94ef18

#7318ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7318ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7318ef Color CSS Codes

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

#7318ef Text Font Color

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

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


#7318ef Background Color

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

This div background color is #7318ef


#7318ef Border Color

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

This div border color is #7318ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7318ef


Comments

No comments written yet.

Please login to write comment.