Color Hex Logo

#790bea Color Hex

#790BEA
(121,11,234)
0 Favorites   0 Comments

Color spaces of #790bea

RGB 12111234
HSL0.750.910.48
HSV270°95°92°
CMYK 0.480.950.00   0.08
XYZ22.856110.244878.6147
Yxy10.24480.20460.0917
Hunter Lab32.007571.4512-123.2189
CIE-Lab38.278276.9687-85.8397

#790bea color RGB value is (121,11,234).

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

The process color (four color CMYK) of #790bea color hex is 0.48, 0.95, 0.00, 0.08. Web safe color of #790bea is #6600ff. Color #790bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001011 11101010
Octal 171 13 352
Decimal 121 11 234
Hex 79 B EA

RGB Percentages of Color #790bea

%33.06
%3.01
%63.93

CMYK Percentages of Color #790bea

%48
%95
%0
%8

Triadic Colors of #790bea

#790bea #ea790b #0bea79

Analogous Colors of #790bea

#790bea #e90bea #0b0cea

Monochromatic Colors of #790bea

#790bea

Complementary Color

#790bea #7cea0b

#790bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#790bea Color CSS Codes

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

#790bea Text Font Color

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

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


#790bea Background Color

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

This div background color is #790bea


#790bea Border Color

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

This div border color is #790bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790bea


Comments

No comments written yet.

Please login to write comment.