Color Hex Logo

#790dda Color Hex

#790DDA
(121,13,218)
0 Favorites   0 Comments

Color spaces of #790dda

RGB 12113218
HSL0.750.890.45
HSV272°94°85°
CMYK 0.440.940.00   0.15
XYZ20.68409.414867.0567
Yxy9.41480.21290.0969
Hunter Lab30.683566.6319-108.0956
CIE-Lab36.771073.2865-79.1755

#790dda color RGB value is (121,13,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001101 11011010
Octal 171 15 332
Decimal 121 13 218
Hex 79 D DA

RGB Percentages of Color #790dda

%34.38
%3.69
%61.93

CMYK Percentages of Color #790dda

%44
%94
%0
%15

Triadic Colors of #790dda

#790dda #da790d #0dda79

Analogous Colors of #790dda

#790dda #da0dd5 #130dda

Monochromatic Colors of #790dda

#790dda

Complementary Color

#790dda #6eda0d

#790dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#790dda Color CSS Codes

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

#790dda Text Font Color

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

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


#790dda Background Color

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

This div background color is #790dda


#790dda Border Color

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

This div border color is #790dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790dda


Comments

No comments written yet.

Please login to write comment.