Color Hex Logo

#791def Color Hex

#791DEF
(121,29,239)
0 Favorites   0 Comments

Color spaces of #791def

RGB 12129239
HSL0.740.870.53
HSV266°88°94°
CMYK 0.490.880.00   0.06
XYZ23.904511.175782.5586
Yxy11.17570.20320.0950
Hunter Lab33.430169.1355-123.0210
CIE-Lab39.874874.7700-86.0386

#791def color RGB value is (121,29,239).

#791def hex color red value is 121, green value is 29 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #791def hue: 0.74 , saturation: 0.87 and the lightness value of 791def is 0.53.

The process color (four color CMYK) of #791def color hex is 0.49, 0.88, 0.00, 0.06. Web safe color of #791def is #6633ff. Color #791def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00011101 11101111
Octal 171 35 357
Decimal 121 29 239
Hex 79 1D EF

RGB Percentages of Color #791def

%31.11
%7.46
%61.44

CMYK Percentages of Color #791def

%49
%88
%0
%6

Triadic Colors of #791def

#791def #ef791d #1def79

Analogous Colors of #791def

#791def #e21def #1d2aef

Monochromatic Colors of #791def

#791def

Complementary Color

#791def #93ef1d

#791def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#791def Color Preview on White Background

Lorem ipsum dolor sit amet.

#791def Color CSS Codes

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

#791def Text Font Color

<p style="color:#791def">Text here</p>

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


#791def Background Color

<div style="background-color:#791def">
Div content here</div>

This div background color is #791def


#791def Border Color

<div style="border:3px solid #791def">
Div here</div>

This div border color is #791def


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,29,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #791def; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #791def;
  -webkit-box-shadow: 1px 1px 3px 2px #791def;
  box-shadow:         1px 1px 3px 2px #791def; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #791def


Comments

No comments written yet.

Please login to write comment.