Color Hex Logo

#7914ca Color Hex

#7914CA
(121,20,202)
0 Favorites   0 Comments

Color spaces of #7914ca

RGB 12120202
HSL0.760.820.44
HSV273°90°79°
CMYK 0.400.900.00   0.21
XYZ18.79608.829556.5907
Yxy8.82950.22320.1048
Hunter Lab29.714560.9105-92.1166
CIE-Lab35.653968.6572-71.7436

#7914ca color RGB value is (121,20,202).

#7914ca hex color red value is 121, green value is 20 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7914ca hue: 0.76 , saturation: 0.82 and the lightness value of 7914ca is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00010100 11001010
Octal 171 24 312
Decimal 121 20 202
Hex 79 14 CA

RGB Percentages of Color #7914ca

%35.28
%5.83
%58.89

CMYK Percentages of Color #7914ca

%40
%90
%0
%21

Triadic Colors of #7914ca

#7914ca #ca7914 #14ca79

Analogous Colors of #7914ca

#7914ca #ca14c0 #1e14ca

Monochromatic Colors of #7914ca

#7914ca

Complementary Color

#7914ca #65ca14

#7914ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7914ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7914ca Color CSS Codes

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

#7914ca Text Font Color

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

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


#7914ca Background Color

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

This div background color is #7914ca


#7914ca Border Color

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

This div border color is #7914ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,20,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 #7914ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7914ca


Comments

No comments written yet.

Please login to write comment.