Color Hex Logo

#7950de Color Hex

#7950DE
(121,80,222)
0 Favorites   0 Comments

Color spaces of #7950de

RGB 12180222
HSL0.710.680.59
HSV257°64°87°
CMYK 0.450.640.00   0.13
XYZ23.938615.076270.7555
Yxy15.07620.21810.1373
Hunter Lab38.828142.1011-80.8631
CIE-Lab45.738449.6460-66.7873

#7950de color RGB value is (121,80,222).

#7950de hex color red value is 121, green value is 80 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7950de hue: 0.71 , saturation: 0.68 and the lightness value of 7950de is 0.59.

The process color (four color CMYK) of #7950de color hex is 0.45, 0.64, 0.00, 0.13. Web safe color of #7950de is #6666cc. Color #7950de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010000 11011110
Octal 171 120 336
Decimal 121 80 222
Hex 79 50 DE

RGB Percentages of Color #7950de

%28.61
%18.91
%52.48

CMYK Percentages of Color #7950de

%45
%64
%0
%13

Triadic Colors of #7950de

#7950de #de7950 #50de79

Analogous Colors of #7950de

#7950de #c050de #506ede

Monochromatic Colors of #7950de

#7950de

Complementary Color

#7950de #b5de50

#7950de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7950de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7950de Color CSS Codes

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

#7950de Text Font Color

<p style="color:#7950de">Text here</p>

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


#7950de Background Color

<div style="background-color:#7950de">
Div content here</div>

This div background color is #7950de


#7950de Border Color

<div style="border:3px solid #7950de">
Div here</div>

This div border color is #7950de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,80,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7950de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7950de;
  -webkit-box-shadow: 1px 1px 3px 2px #7950de;
  box-shadow:         1px 1px 3px 2px #7950de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7950de


Comments

No comments written yet.

Please login to write comment.