Color Hex Logo

#7519cf Color Hex

#7519CF
(117,25,207)
0 Favorites   0 Comments

Color spaces of #7519cf

RGB 11725207
HSL0.750.780.45
HSV270°88°81°
CMYK 0.430.880.00   0.19
XYZ18.94628.982259.7666
Yxy8.98220.21600.1024
Hunter Lab29.970360.3935-97.2565
CIE-Lab35.950068.1549-74.1866

#7519cf color RGB value is (117,25,207).

#7519cf hex color red value is 117, green value is 25 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7519cf hue: 0.75 , saturation: 0.78 and the lightness value of 7519cf is 0.45.

The process color (four color CMYK) of #7519cf color hex is 0.43, 0.88, 0.00, 0.19. Web safe color of #7519cf is #6600cc. Color #7519cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011001 11001111
Octal 165 31 317
Decimal 117 25 207
Hex 75 19 CF

RGB Percentages of Color #7519cf

%33.52
%7.16
%59.31

CMYK Percentages of Color #7519cf

%43
%88
%0
%19

Triadic Colors of #7519cf

#7519cf #cf7519 #19cf75

Analogous Colors of #7519cf

#7519cf #cf19ce #1a19cf

Monochromatic Colors of #7519cf

#7519cf

Complementary Color

#7519cf #73cf19

#7519cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7519cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7519cf Color CSS Codes

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

#7519cf Text Font Color

<p style="color:#7519cf">Text here</p>

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


#7519cf Background Color

<div style="background-color:#7519cf">
Div content here</div>

This div background color is #7519cf


#7519cf Border Color

<div style="border:3px solid #7519cf">
Div here</div>

This div border color is #7519cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,25,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7519cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7519cf;
  -webkit-box-shadow: 1px 1px 3px 2px #7519cf;
  box-shadow:         1px 1px 3px 2px #7519cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,25,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7519cf


Comments

No comments written yet.

Please login to write comment.