Color Hex Logo

#9c79da Color Hex

#9C79DA
(156,121,218)
0 Favorites   0 Comments

Color spaces of #9c79da

RGB 156121218
HSL0.730.570.66
HSV262°44°85°
CMYK 0.280.440.00   0.15
XYZ33.202625.804669.5605
Yxy25.80460.25820.2007
Hunter Lab50.798227.7738-45.6299
CIE-Lab57.851133.8156-44.9225

#9c79da color RGB value is (156,121,218).

#9c79da hex color red value is 156, green value is 121 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9c79da hue: 0.73 , saturation: 0.57 and the lightness value of 9c79da is 0.66.

The process color (four color CMYK) of #9c79da color hex is 0.28, 0.44, 0.00, 0.15. Web safe color of #9c79da is #9966cc. Color #9c79da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01111001 11011010
Octal 234 171 332
Decimal 156 121 218
Hex 9C 79 DA

RGB Percentages of Color #9c79da

%31.52
%24.44
%44.04

CMYK Percentages of Color #9c79da

%28
%44
%0
%15

Triadic Colors of #9c79da

#9c79da #da9c79 #79da9c

Analogous Colors of #9c79da

#9c79da #cd79da #7987da

Monochromatic Colors of #9c79da

#9c79da

Complementary Color

#9c79da #b7da79

#9c79da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c79da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c79da Color CSS Codes

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

#9c79da Text Font Color

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

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


#9c79da Background Color

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

This div background color is #9c79da


#9c79da Border Color

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

This div border color is #9c79da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c79da


Comments

No comments written yet.

Please login to write comment.