Color Hex Logo

#7985ea Color Hex

#7985EA
(121,133,234)
0 Favorites   0 Comments

Color spaces of #7985ea

RGB 121133234
HSL0.650.730.70
HSV234°48°92°
CMYK 0.480.430.00   0.08
XYZ31.124026.780581.3706
Yxy26.78050.22350.1923
Hunter Lab51.749916.7932-57.0016
CIE-Lab58.770622.3450-52.5806

#7985ea color RGB value is (121,133,234).

#7985ea hex color red value is 121, green value is 133 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7985ea hue: 0.65 , saturation: 0.73 and the lightness value of 7985ea is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000101 11101010
Octal 171 205 352
Decimal 121 133 234
Hex 79 85 EA

RGB Percentages of Color #7985ea

%24.80
%27.25
%47.95

CMYK Percentages of Color #7985ea

%48
%43
%0
%8

Triadic Colors of #7985ea

#7985ea #ea7985 #85ea79

Analogous Colors of #7985ea

#7985ea #a679ea #79beea

Monochromatic Colors of #7985ea

#7985ea

Complementary Color

#7985ea #eade79

#7985ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7985ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7985ea Color CSS Codes

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

#7985ea Text Font Color

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

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


#7985ea Background Color

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

This div background color is #7985ea


#7985ea Border Color

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

This div border color is #7985ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7985ea


Comments

No comments written yet.

Please login to write comment.