Color Hex Logo

#7942da Color Hex

#7942DA
(121,66,218)
0 Favorites   0 Comments

Color spaces of #7942da

RGB 12166218
HSL0.730.670.56
HSV262°70°85°
CMYK 0.440.700.00   0.15
XYZ22.488313.023367.6582
Yxy13.02330.21800.1262
Hunter Lab36.087848.0795-85.8967
CIE-Lab42.798355.8087-69.2908

#7942da color RGB value is (121,66,218).

#7942da hex color red value is 121, green value is 66 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7942da hue: 0.73 , saturation: 0.67 and the lightness value of 7942da is 0.56.

The process color (four color CMYK) of #7942da color hex is 0.44, 0.70, 0.00, 0.15. Web safe color of #7942da is #6633cc. Color #7942da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000010 11011010
Octal 171 102 332
Decimal 121 66 218
Hex 79 42 DA

RGB Percentages of Color #7942da

%29.88
%16.30
%53.83

CMYK Percentages of Color #7942da

%44
%70
%0
%15

Triadic Colors of #7942da

#7942da #da7942 #42da79

Analogous Colors of #7942da

#7942da #c542da #4257da

Monochromatic Colors of #7942da

#7942da

Complementary Color

#7942da #a3da42

#7942da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7942da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7942da Color CSS Codes

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

#7942da Text Font Color

<p style="color:#7942da">Text here</p>

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


#7942da Background Color

<div style="background-color:#7942da">
Div content here</div>

This div background color is #7942da


#7942da Border Color

<div style="border:3px solid #7942da">
Div here</div>

This div border color is #7942da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7942da


Comments

No comments written yet.

Please login to write comment.