Color Hex Logo

#7315ec Color Hex

#7315EC
(115,21,236)
0 Favorites   0 Comments

Color spaces of #7315ec

RGB 11521236
HSL0.740.850.50
HSV266°91°93°
CMYK 0.510.910.00   0.07
XYZ22.478710.237380.1481
Yxy10.23730.19920.0907
Hunter Lab31.995869.4129-126.1219
CIE-Lab38.265075.3049-87.0216

#7315ec color RGB value is (115,21,236).

#7315ec hex color red value is 115, green value is 21 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7315ec hue: 0.74 , saturation: 0.85 and the lightness value of 7315ec is 0.50.

The process color (four color CMYK) of #7315ec color hex is 0.51, 0.91, 0.00, 0.07. Web safe color of #7315ec is #6600ff. Color #7315ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010101 11101100
Octal 163 25 354
Decimal 115 21 236
Hex 73 15 EC

RGB Percentages of Color #7315ec

%30.91
%5.65
%63.44

CMYK Percentages of Color #7315ec

%51
%91
%0
%7

Triadic Colors of #7315ec

#7315ec #ec7315 #15ec73

Analogous Colors of #7315ec

#7315ec #df15ec #1523ec

Monochromatic Colors of #7315ec

#7315ec

Complementary Color

#7315ec #8eec15

#7315ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7315ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7315ec Color CSS Codes

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

#7315ec Text Font Color

<p style="color:#7315ec">Text here</p>

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


#7315ec Background Color

<div style="background-color:#7315ec">
Div content here</div>

This div background color is #7315ec


#7315ec Border Color

<div style="border:3px solid #7315ec">
Div here</div>

This div border color is #7315ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,21,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7315ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7315ec;
  -webkit-box-shadow: 1px 1px 3px 2px #7315ec;
  box-shadow:         1px 1px 3px 2px #7315ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7315ec


Comments

No comments written yet.

Please login to write comment.