Color Hex Logo

#790ece Color Hex

#790ECE
(121,14,206)
0 Favorites   0 Comments

Color spaces of #790ece

RGB 12114206
HSL0.760.870.43
HSV273°93°81°
CMYK 0.410.930.00   0.19
XYZ19.18288.835359.0868
Yxy8.83530.22020.1014
Hunter Lab29.724263.1792-97.0516
CIE-Lab35.665270.5932-74.0544

#790ece color RGB value is (121,14,206).

#790ece hex color red value is 121, green value is 14 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #790ece hue: 0.76 , saturation: 0.87 and the lightness value of 790ece is 0.43.

The process color (four color CMYK) of #790ece color hex is 0.41, 0.93, 0.00, 0.19. Web safe color of #790ece is #6600cc. Color #790ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001110 11001110
Octal 171 16 316
Decimal 121 14 206
Hex 79 E CE

RGB Percentages of Color #790ece

%35.48
%4.11
%60.41

CMYK Percentages of Color #790ece

%41
%93
%0
%19

Triadic Colors of #790ece

#790ece #ce790e #0ece79

Analogous Colors of #790ece

#790ece #ce0ec3 #190ece

Monochromatic Colors of #790ece

#790ece

Complementary Color

#790ece #63ce0e

#790ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#790ece Color CSS Codes

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

#790ece Text Font Color

<p style="color:#790ece">Text here</p>

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


#790ece Background Color

<div style="background-color:#790ece">
Div content here</div>

This div background color is #790ece


#790ece Border Color

<div style="border:3px solid #790ece">
Div here</div>

This div border color is #790ece


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,14,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #790ece; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #790ece;
  -webkit-box-shadow: 1px 1px 3px 2px #790ece;
  box-shadow:         1px 1px 3px 2px #790ece; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,14,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790ece


Comments

No comments written yet.

Please login to write comment.