Color Hex Logo

#7719ca Color Hex

#7719CA
(119,25,202)
0 Favorites   0 Comments

Color spaces of #7719ca

RGB 11925202
HSL0.760.780.45
HSV272°88°79°
CMYK 0.410.880.00   0.21
XYZ18.61608.881556.6102
Yxy8.88150.22130.1056
Hunter Lab29.801859.3485-91.7632
CIE-Lab35.755167.2881-71.5876

#7719ca color RGB value is (119,25,202).

#7719ca hex color red value is 119, green value is 25 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7719ca hue: 0.76 , saturation: 0.78 and the lightness value of 7719ca is 0.45.

The process color (four color CMYK) of #7719ca color hex is 0.41, 0.88, 0.00, 0.21. Web safe color of #7719ca is #6600cc. Color #7719ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011001 11001010
Octal 167 31 312
Decimal 119 25 202
Hex 77 19 CA

RGB Percentages of Color #7719ca

%34.39
%7.23
%58.38

CMYK Percentages of Color #7719ca

%41
%88
%0
%21

Triadic Colors of #7719ca

#7719ca #ca7719 #19ca77

Analogous Colors of #7719ca

#7719ca #ca19c5 #1e19ca

Monochromatic Colors of #7719ca

#7719ca

Complementary Color

#7719ca #6cca19

#7719ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7719ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7719ca Color CSS Codes

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

#7719ca Text Font Color

<p style="color:#7719ca">Text here</p>

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


#7719ca Background Color

<div style="background-color:#7719ca">
Div content here</div>

This div background color is #7719ca


#7719ca Border Color

<div style="border:3px solid #7719ca">
Div here</div>

This div border color is #7719ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,25,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7719ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7719ca;
  -webkit-box-shadow: 1px 1px 3px 2px #7719ca;
  box-shadow:         1px 1px 3px 2px #7719ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7719ca


Comments

No comments written yet.

Please login to write comment.