Color Hex Logo

#7975ea Color Hex

#7975EA
(121,117,234)
0 Favorites   0 Comments

Color spaces of #7975ea

RGB 121117234
HSL0.670.740.69
HSV242°50°92°
CMYK 0.480.500.00   0.08
XYZ29.097722.728080.6952
Yxy22.72800.21960.1715
Hunter Lab47.673925.5179-66.9855
CIE-Lab54.791131.8508-58.9384

#7975ea color RGB value is (121,117,234).

#7975ea hex color red value is 121, green value is 117 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7975ea hue: 0.67 , saturation: 0.74 and the lightness value of 7975ea is 0.69.

The process color (four color CMYK) of #7975ea color hex is 0.48, 0.50, 0.00, 0.08. Web safe color of #7975ea is #6666ff. Color #7975ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110101 11101010
Octal 171 165 352
Decimal 121 117 234
Hex 79 75 EA

RGB Percentages of Color #7975ea

%25.64
%24.79
%49.58

CMYK Percentages of Color #7975ea

%48
%50
%0
%8

Triadic Colors of #7975ea

#7975ea #ea7975 #75ea79

Analogous Colors of #7975ea

#7975ea #b475ea #75acea

Monochromatic Colors of #7975ea

#7975ea

Complementary Color

#7975ea #e6ea75

#7975ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7975ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7975ea Color CSS Codes

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

#7975ea Text Font Color

<p style="color:#7975ea">Text here</p>

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


#7975ea Background Color

<div style="background-color:#7975ea">
Div content here</div>

This div background color is #7975ea


#7975ea Border Color

<div style="border:3px solid #7975ea">
Div here</div>

This div border color is #7975ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,117,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7975ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7975ea;
  -webkit-box-shadow: 1px 1px 3px 2px #7975ea;
  box-shadow:         1px 1px 3px 2px #7975ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7975ea


Comments

No comments written yet.

Please login to write comment.