Color Hex Logo

#7415cc Color Hex

#7415CC
(116,21,204)
0 Favorites   0 Comments

Color spaces of #7415cc

RGB 11621204
HSL0.750.810.44
HSV271°90°80°
CMYK 0.430.900.00   0.20
XYZ18.36978.609057.8202
Yxy8.60900.21660.1015
Hunter Lab29.341160.4073-96.2994
CIE-Lab35.220368.3071-73.6474

#7415cc color RGB value is (116,21,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010101 11001100
Octal 164 25 314
Decimal 116 21 204
Hex 74 15 CC

RGB Percentages of Color #7415cc

%34.02
%6.16
%59.82

CMYK Percentages of Color #7415cc

%43
%90
%0
%20

Triadic Colors of #7415cc

#7415cc #cc7415 #15cc74

Analogous Colors of #7415cc

#7415cc #cc15c9 #1915cc

Monochromatic Colors of #7415cc

#7415cc

Complementary Color

#7415cc #6dcc15

#7415cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7415cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7415cc Color CSS Codes

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

#7415cc Text Font Color

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

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


#7415cc Background Color

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

This div background color is #7415cc


#7415cc Border Color

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

This div border color is #7415cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,21,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 #7415cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7415cc


Comments

No comments written yet.

Please login to write comment.