Color Hex Logo

#790baf Color Hex

#790BAF
(121,11,175)
0 Favorites   0 Comments

Color spaces of #790baf

RGB 12111175
HSL0.780.880.36
HSV280°94°69°
CMYK 0.310.940.00   0.31
XYZ15.74277.399441.1559
Yxy7.39940.24480.1151
Hunter Lab27.201855.7013-70.6634
CIE-Lab32.699464.6781-60.6419

#790baf color RGB value is (121,11,175).

#790baf hex color red value is 121, green value is 11 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #790baf hue: 0.78 , saturation: 0.88 and the lightness value of 790baf is 0.36.

The process color (four color CMYK) of #790baf color hex is 0.31, 0.94, 0.00, 0.31. Web safe color of #790baf is #660099. Color #790baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001011 10101111
Octal 171 13 257
Decimal 121 11 175
Hex 79 B AF

RGB Percentages of Color #790baf

%39.41
%3.58
%57.00

CMYK Percentages of Color #790baf

%31
%94
%0
%31

Triadic Colors of #790baf

#790baf #af790b #0baf79

Analogous Colors of #790baf

#790baf #af0b93 #270baf

Monochromatic Colors of #790baf

#790baf

Complementary Color

#790baf #41af0b

#790baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#790baf Color CSS Codes

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

#790baf Text Font Color

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

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


#790baf Background Color

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

This div background color is #790baf


#790baf Border Color

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

This div border color is #790baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790baf


Comments

No comments written yet.

Please login to write comment.