Color Hex Logo

#9079eb Color Hex

#9079EB
(144,121,235)
0 Favorites   0 Comments

Color spaces of #9079eb

RGB 144121235
HSL0.700.740.70
HSV252°49°92°
CMYK 0.390.490.00   0.08
XYZ33.334425.602281.7821
Yxy25.60220.23690.1819
Hunter Lab50.598629.0483-60.4109
CIE-Lab57.657535.1154-54.8052

#9079eb color RGB value is (144,121,235).

#9079eb hex color red value is 144, green value is 121 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9079eb hue: 0.70 , saturation: 0.74 and the lightness value of 9079eb is 0.70.

The process color (four color CMYK) of #9079eb color hex is 0.39, 0.49, 0.00, 0.08. Web safe color of #9079eb is #9966ff. Color #9079eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01111001 11101011
Octal 220 171 353
Decimal 144 121 235
Hex 90 79 EB

RGB Percentages of Color #9079eb

%28.80
%24.20
%47.00

CMYK Percentages of Color #9079eb

%39
%49
%0
%8

Triadic Colors of #9079eb

#9079eb #eb9079 #79eb90

Analogous Colors of #9079eb

#9079eb #c979eb #799beb

Monochromatic Colors of #9079eb

#9079eb

Complementary Color

#9079eb #d4eb79

#9079eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9079eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9079eb Color CSS Codes

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

#9079eb Text Font Color

<p style="color:#9079eb">Text here</p>

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


#9079eb Background Color

<div style="background-color:#9079eb">
Div content here</div>

This div background color is #9079eb


#9079eb Border Color

<div style="border:3px solid #9079eb">
Div here</div>

This div border color is #9079eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,121,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 #9079eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9079eb


Comments

No comments written yet.

Please login to write comment.