Color Hex Logo

#7519de Color Hex

#7519DE
(117,25,222)
0 Favorites   0 Comments

Color spaces of #7519de

RGB 11725222
HSL0.740.800.48
HSV268°89°87°
CMYK 0.470.890.00   0.13
XYZ20.86869.751169.8895
Yxy9.75110.20760.0970
Hunter Lab31.226864.6434-110.8399
CIE-Lab37.392071.5018-80.4680

#7519de color RGB value is (117,25,222).

#7519de hex color red value is 117, green value is 25 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7519de hue: 0.74 , saturation: 0.80 and the lightness value of 7519de is 0.48.

The process color (four color CMYK) of #7519de color hex is 0.47, 0.89, 0.00, 0.13. Web safe color of #7519de is #6600cc. Color #7519de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011001 11011110
Octal 165 31 336
Decimal 117 25 222
Hex 75 19 DE

RGB Percentages of Color #7519de

%32.14
%6.87
%60.99

CMYK Percentages of Color #7519de

%47
%89
%0
%13

Triadic Colors of #7519de

#7519de #de7519 #19de75

Analogous Colors of #7519de

#7519de #d819de #191fde

Monochromatic Colors of #7519de

#7519de

Complementary Color

#7519de #82de19

#7519de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7519de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7519de Color CSS Codes

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

#7519de Text Font Color

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

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


#7519de Background Color

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

This div background color is #7519de


#7519de Border Color

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

This div border color is #7519de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7519de


Comments

No comments written yet.

Please login to write comment.