Color Hex Logo

#9b79df Color Hex

#9B79DF
(155,121,223)
0 Favorites   0 Comments

Color spaces of #9b79df

RGB 155121223
HSL0.720.610.67
HSV260°46°87°
CMYK 0.300.460.00   0.13
XYZ33.674225.971073.0501
Yxy25.97100.25380.1957
Hunter Lab50.961828.7651-49.3148
CIE-Lab58.009534.7922-47.4829

#9b79df color RGB value is (155,121,223).

#9b79df hex color red value is 155, green value is 121 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9b79df hue: 0.72 , saturation: 0.61 and the lightness value of 9b79df is 0.67.

The process color (four color CMYK) of #9b79df color hex is 0.30, 0.46, 0.00, 0.13. Web safe color of #9b79df is #9966cc. Color #9b79df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01111001 11011111
Octal 233 171 337
Decimal 155 121 223
Hex 9B 79 DF

RGB Percentages of Color #9b79df

%31.06
%24.25
%44.69

CMYK Percentages of Color #9b79df

%30
%46
%0
%13

Triadic Colors of #9b79df

#9b79df #df9b79 #79df9b

Analogous Colors of #9b79df

#9b79df #ce79df #798adf

Monochromatic Colors of #9b79df

#9b79df

Complementary Color

#9b79df #bddf79

#9b79df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b79df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b79df Color CSS Codes

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

#9b79df Text Font Color

<p style="color:#9b79df">Text here</p>

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


#9b79df Background Color

<div style="background-color:#9b79df">
Div content here</div>

This div background color is #9b79df


#9b79df Border Color

<div style="border:3px solid #9b79df">
Div here</div>

This div border color is #9b79df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b79df


Comments

No comments written yet.

Please login to write comment.