Color Hex Logo

#790ddd Color Hex

#790DDD
(121,13,221)
0 Favorites   0 Comments

Color spaces of #790ddd

RGB 12113221
HSL0.750.890.46
HSV271°94°87°
CMYK 0.450.940.00   0.13
XYZ21.08029.573369.1434
Yxy9.57330.21120.0959
Hunter Lab30.940767.4673-110.8370
CIE-Lab37.065573.9252-80.4148

#790ddd color RGB value is (121,13,221).

#790ddd hex color red value is 121, green value is 13 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #790ddd hue: 0.75 , saturation: 0.89 and the lightness value of 790ddd is 0.46.

The process color (four color CMYK) of #790ddd color hex is 0.45, 0.94, 0.00, 0.13. Web safe color of #790ddd is #6600cc. Color #790ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001101 11011101
Octal 171 15 335
Decimal 121 13 221
Hex 79 D DD

RGB Percentages of Color #790ddd

%34.08
%3.66
%62.25

CMYK Percentages of Color #790ddd

%45
%94
%0
%13

Triadic Colors of #790ddd

#790ddd #dd790d #0ddd79

Analogous Colors of #790ddd

#790ddd #dd0dd9 #110ddd

Monochromatic Colors of #790ddd

#790ddd

Complementary Color

#790ddd #71dd0d

#790ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#790ddd Color CSS Codes

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

#790ddd Text Font Color

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

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


#790ddd Background Color

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

This div background color is #790ddd


#790ddd Border Color

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

This div border color is #790ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790ddd


Comments

No comments written yet.

Please login to write comment.