Color Hex Logo

#7785ea Color Hex

#7785EA
(119,133,234)
0 Favorites   0 Comments

Color spaces of #7785ea

RGB 119133234
HSL0.650.730.69
HSV233°49°92°
CMYK 0.490.430.00   0.08
XYZ30.846626.637581.3577
Yxy26.63750.22220.1919
Hunter Lab51.611516.3637-57.3336
CIE-Lab58.637321.8927-52.8009

#7785ea color RGB value is (119,133,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000101 11101010
Octal 167 205 352
Decimal 119 133 234
Hex 77 85 EA

RGB Percentages of Color #7785ea

%24.49
%27.37
%48.15

CMYK Percentages of Color #7785ea

%49
%43
%0
%8

Triadic Colors of #7785ea

#7785ea #ea7785 #85ea77

Analogous Colors of #7785ea

#7785ea #a377ea #77bfea

Monochromatic Colors of #7785ea

#7785ea

Complementary Color

#7785ea #eadc77

#7785ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7785ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7785ea Color CSS Codes

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

#7785ea Text Font Color

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

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


#7785ea Background Color

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

This div background color is #7785ea


#7785ea Border Color

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

This div border color is #7785ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7785ea


Comments

No comments written yet.

Please login to write comment.