Color Hex Logo

#7782ef Color Hex

#7782EF
(119,130,239)
0 Favorites   0 Comments

Color spaces of #7782ef

RGB 119130239
HSL0.650.790.70
HSV235°50°94°
CMYK 0.500.460.00   0.06
XYZ31.170426.119285.0600
Yxy26.11920.21900.1835
Hunter Lab51.106919.4309-62.9046
CIE-Lab58.150025.1911-56.3532

#7782ef color RGB value is (119,130,239).

#7782ef hex color red value is 119, green value is 130 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7782ef hue: 0.65 , saturation: 0.79 and the lightness value of 7782ef is 0.70.

The process color (four color CMYK) of #7782ef color hex is 0.50, 0.46, 0.00, 0.06. Web safe color of #7782ef is #6699ff. Color #7782ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000010 11101111
Octal 167 202 357
Decimal 119 130 239
Hex 77 82 EF

RGB Percentages of Color #7782ef

%24.39
%26.64
%48.98

CMYK Percentages of Color #7782ef

%50
%46
%0
%6

Triadic Colors of #7782ef

#7782ef #ef7782 #82ef77

Analogous Colors of #7782ef

#7782ef #a877ef #77beef

Monochromatic Colors of #7782ef

#7782ef

Complementary Color

#7782ef #efe477

#7782ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7782ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7782ef Color CSS Codes

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

#7782ef Text Font Color

<p style="color:#7782ef">Text here</p>

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


#7782ef Background Color

<div style="background-color:#7782ef">
Div content here</div>

This div background color is #7782ef


#7782ef Border Color

<div style="border:3px solid #7782ef">
Div here</div>

This div border color is #7782ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,130,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7782ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7782ef;
  -webkit-box-shadow: 1px 1px 3px 2px #7782ef;
  box-shadow:         1px 1px 3px 2px #7782ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7782ef


Comments

No comments written yet.

Please login to write comment.