Color Hex Logo

#7413cc Color Hex

#7413CC
(116,19,204)
0 Favorites   0 Comments

Color spaces of #7413cc

RGB 11619204
HSL0.750.830.44
HSV271°91°80°
CMYK 0.430.910.00   0.20
XYZ18.33448.538457.8085
Yxy8.53840.21650.1008
Hunter Lab29.220560.8637-96.8421
CIE-Lab35.079968.7270-73.8785

#7413cc color RGB value is (116,19,204).

#7413cc hex color red value is 116, green value is 19 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7413cc hue: 0.75 , saturation: 0.83 and the lightness value of 7413cc is 0.44.

The process color (four color CMYK) of #7413cc color hex is 0.43, 0.91, 0.00, 0.20. Web safe color of #7413cc is #6600cc. Color #7413cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010011 11001100
Octal 164 23 314
Decimal 116 19 204
Hex 74 13 CC

RGB Percentages of Color #7413cc

%34.22
%5.60
%60.18

CMYK Percentages of Color #7413cc

%43
%91
%0
%20

Triadic Colors of #7413cc

#7413cc #cc7413 #13cc74

Analogous Colors of #7413cc

#7413cc #cc13c8 #1713cc

Monochromatic Colors of #7413cc

#7413cc

Complementary Color

#7413cc #6bcc13

#7413cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7413cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7413cc Color CSS Codes

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

#7413cc Text Font Color

<p style="color:#7413cc">Text here</p>

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


#7413cc Background Color

<div style="background-color:#7413cc">
Div content here</div>

This div background color is #7413cc


#7413cc Border Color

<div style="border:3px solid #7413cc">
Div here</div>

This div border color is #7413cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,19,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7413cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7413cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7413cc;
  box-shadow:         1px 1px 3px 2px #7413cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,19,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7413cc


Comments

No comments written yet.

Please login to write comment.