Color Hex Logo

#7785eb Color Hex

#7785EB
(119,133,235)
0 Favorites   0 Comments

Color spaces of #7785eb

RGB 119133235
HSL0.650.740.69
HSV233°49°92°
CMYK 0.490.430.00   0.08
XYZ30.990726.695282.1166
Yxy26.69520.22170.1909
Hunter Lab51.667416.6484-58.0643
CIE-Lab58.691122.1948-53.2706

#7785eb color RGB value is (119,133,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000101 11101011
Octal 167 205 353
Decimal 119 133 235
Hex 77 85 EB

RGB Percentages of Color #7785eb

%24.44
%27.31
%48.25

CMYK Percentages of Color #7785eb

%49
%43
%0
%8

Triadic Colors of #7785eb

#7785eb #eb7785 #85eb77

Analogous Colors of #7785eb

#7785eb #a377eb #77bfeb

Monochromatic Colors of #7785eb

#7785eb

Complementary Color

#7785eb #ebdd77

#7785eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7785eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7785eb Color CSS Codes

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

#7785eb Text Font Color

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

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


#7785eb Background Color

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

This div background color is #7785eb


#7785eb Border Color

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

This div border color is #7785eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,133,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7785eb


Comments

No comments written yet.

Please login to write comment.