Color Hex Logo

#790ceb Color Hex

#790CEB
(121,12,235)
0 Favorites   0 Comments

Color spaces of #790ceb

RGB 12112235
HSL0.750.900.48
HSV269°95°92°
CMYK 0.490.950.00   0.08
XYZ23.012010.326179.3775
Yxy10.32610.20420.0916
Hunter Lab32.134271.5926-123.9632
CIE-Lab38.421477.0567-86.1713

#790ceb color RGB value is (121,12,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001100 11101011
Octal 171 14 353
Decimal 121 12 235
Hex 79 C EB

RGB Percentages of Color #790ceb

%32.88
%3.26
%63.86

CMYK Percentages of Color #790ceb

%49
%95
%0
%8

Triadic Colors of #790ceb

#790ceb #eb790c #0ceb79

Analogous Colors of #790ceb

#790ceb #e90ceb #0c0eeb

Monochromatic Colors of #790ceb

#790ceb

Complementary Color

#790ceb #7eeb0c

#790ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#790ceb Color CSS Codes

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

#790ceb Text Font Color

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

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


#790ceb Background Color

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

This div background color is #790ceb


#790ceb Border Color

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

This div border color is #790ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790ceb


Comments

No comments written yet.

Please login to write comment.