Color Hex Logo

#7942dd Color Hex

#7942DD
(121,66,221)
0 Favorites   0 Comments

Color spaces of #7942dd

RGB 12166221
HSL0.730.700.56
HSV261°70°87°
CMYK 0.450.700.00   0.13
XYZ22.884513.181869.7448
Yxy13.18180.21630.1246
Hunter Lab36.306748.9735-88.4806
CIE-Lab43.035956.5902-70.6179

#7942dd color RGB value is (121,66,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000010 11011101
Octal 171 102 335
Decimal 121 66 221
Hex 79 42 DD

RGB Percentages of Color #7942dd

%29.66
%16.18
%54.17

CMYK Percentages of Color #7942dd

%45
%70
%0
%13

Triadic Colors of #7942dd

#7942dd #dd7942 #42dd79

Analogous Colors of #7942dd

#7942dd #c742dd #4258dd

Monochromatic Colors of #7942dd

#7942dd

Complementary Color

#7942dd #a6dd42

#7942dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7942dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7942dd Color CSS Codes

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

#7942dd Text Font Color

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

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


#7942dd Background Color

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

This div background color is #7942dd


#7942dd Border Color

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

This div border color is #7942dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7942dd


Comments

No comments written yet.

Please login to write comment.