Color Hex Logo

#790ecd Color Hex

#790ECD
(121,14,205)
0 Favorites   0 Comments

Color spaces of #790ecd

RGB 12114205
HSL0.760.870.43
HSV274°93°80°
CMYK 0.410.930.00   0.20
XYZ19.06168.786858.4490
Yxy8.78680.22090.1018
Hunter Lab29.642562.9098-96.1579
CIE-Lab35.570570.3824-73.6286

#790ecd color RGB value is (121,14,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001110 11001101
Octal 171 16 315
Decimal 121 14 205
Hex 79 E CD

RGB Percentages of Color #790ecd

%35.59
%4.12
%60.29

CMYK Percentages of Color #790ecd

%41
%93
%0
%20

Triadic Colors of #790ecd

#790ecd #cd790e #0ecd79

Analogous Colors of #790ecd

#790ecd #cd0ec2 #190ecd

Monochromatic Colors of #790ecd

#790ecd

Complementary Color

#790ecd #62cd0e

#790ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#790ecd Color CSS Codes

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

#790ecd Text Font Color

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

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


#790ecd Background Color

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

This div background color is #790ecd


#790ecd Border Color

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

This div border color is #790ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790ecd


Comments

No comments written yet.

Please login to write comment.