Color Hex Logo

#7315dc Color Hex

#7315DC
(115,21,220)
0 Favorites   0 Comments

Color spaces of #7315dc

RGB 11521220
HSL0.750.830.47
HSV268°90°86°
CMYK 0.480.900.00   0.14
XYZ20.25679.348568.4469
Yxy9.34850.20660.0953
Hunter Lab30.575364.7527-111.3258
CIE-Lab36.646871.7362-80.5575

#7315dc color RGB value is (115,21,220).

#7315dc hex color red value is 115, green value is 21 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7315dc hue: 0.75 , saturation: 0.83 and the lightness value of 7315dc is 0.47.

The process color (four color CMYK) of #7315dc color hex is 0.48, 0.90, 0.00, 0.14. Web safe color of #7315dc is #6600cc. Color #7315dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010101 11011100
Octal 163 25 334
Decimal 115 21 220
Hex 73 15 DC

RGB Percentages of Color #7315dc

%32.30
%5.90
%61.80

CMYK Percentages of Color #7315dc

%48
%90
%0
%14

Triadic Colors of #7315dc

#7315dc #dc7315 #15dc73

Analogous Colors of #7315dc

#7315dc #d715dc #151adc

Monochromatic Colors of #7315dc

#7315dc

Complementary Color

#7315dc #7edc15

#7315dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7315dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7315dc Color CSS Codes

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

#7315dc Text Font Color

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

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


#7315dc Background Color

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

This div background color is #7315dc


#7315dc Border Color

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

This div border color is #7315dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7315dc


Comments

No comments written yet.

Please login to write comment.