Color Hex Logo

#7318eb Color Hex

#7318EB
(115,24,235)
0 Favorites   0 Comments

Color spaces of #7318eb

RGB 11524235
HSL0.740.840.51
HSV266°90°92°
CMYK 0.510.900.00   0.08
XYZ22.392310.296379.4044
Yxy10.29630.19980.0919
Hunter Lab32.087868.4114-124.2572
CIE-Lab38.369074.4598-86.2820

#7318eb color RGB value is (115,24,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011000 11101011
Octal 163 30 353
Decimal 115 24 235
Hex 73 18 EB

RGB Percentages of Color #7318eb

%30.75
%6.42
%62.83

CMYK Percentages of Color #7318eb

%51
%90
%0
%8

Triadic Colors of #7318eb

#7318eb #eb7318 #18eb73

Analogous Colors of #7318eb

#7318eb #dd18eb #1827eb

Monochromatic Colors of #7318eb

#7318eb

Complementary Color

#7318eb #90eb18

#7318eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7318eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7318eb Color CSS Codes

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

#7318eb Text Font Color

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

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


#7318eb Background Color

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

This div background color is #7318eb


#7318eb Border Color

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

This div border color is #7318eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7318eb


Comments

No comments written yet.

Please login to write comment.