Color Hex Logo

#790bdf Color Hex

#790BDF
(121,11,223)
0 Favorites   0 Comments

Color spaces of #790bdf

RGB 12111223
HSL0.750.910.46
HSV271°95°87°
CMYK 0.460.950.00   0.13
XYZ21.32419.632070.5473
Yxy9.63200.21010.0949
Hunter Lab31.035568.3332-113.0484
CIE-Lab37.173774.6215-81.3839

#790bdf color RGB value is (121,11,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001011 11011111
Octal 171 13 337
Decimal 121 11 223
Hex 79 B DF

RGB Percentages of Color #790bdf

%34.08
%3.10
%62.82

CMYK Percentages of Color #790bdf

%46
%95
%0
%13

Triadic Colors of #790bdf

#790bdf #df790b #0bdf79

Analogous Colors of #790bdf

#790bdf #df0bdb #0f0bdf

Monochromatic Colors of #790bdf

#790bdf

Complementary Color

#790bdf #71df0b

#790bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#790bdf Color CSS Codes

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

#790bdf Text Font Color

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

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


#790bdf Background Color

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

This div background color is #790bdf


#790bdf Border Color

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

This div border color is #790bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790bdf


Comments

No comments written yet.

Please login to write comment.