Color Hex Logo

#7c79da Color Hex

#7C79DA
(124,121,218)
0 Favorites   0 Comments

Color spaces of #7c79da

RGB 124121218
HSL0.670.570.66
HSV242°44°85°
CMYK 0.430.440.00   0.15
XYZ27.804423.021869.3079
Yxy23.02180.23140.1916
Hunter Lab47.981019.4717-52.0568
CIE-Lab55.094825.4731-49.4660

#7c79da color RGB value is (124,121,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01111001 11011010
Octal 174 171 332
Decimal 124 121 218
Hex 7C 79 DA

RGB Percentages of Color #7c79da

%26.78
%26.13
%47.08

CMYK Percentages of Color #7c79da

%43
%44
%0
%15

Triadic Colors of #7c79da

#7c79da #da7c79 #79da7c

Analogous Colors of #7c79da

#7c79da #ad79da #79a7da

Monochromatic Colors of #7c79da

#7c79da

Complementary Color

#7c79da #d7da79

#7c79da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c79da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c79da Color CSS Codes

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

#7c79da Text Font Color

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

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


#7c79da Background Color

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

This div background color is #7c79da


#7c79da Border Color

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

This div border color is #7c79da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c79da


Comments

No comments written yet.

Please login to write comment.