Color Hex Logo

#7781be Color Hex

#7781BE
(119,129,190)
0 Favorites   0 Comments

Color spaces of #7781be

RGB 119129190
HSL0.640.350.61
HSV232°37°75°
CMYK 0.370.320.00   0.25
XYZ24.752323.340251.9157
Yxy23.34020.24750.2334
Hunter Lab48.31176.9083-29.8948
CIE-Lab55.421011.4483-33.1065

#7781be color RGB value is (119,129,190).

#7781be hex color red value is 119, green value is 129 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7781be hue: 0.64 , saturation: 0.35 and the lightness value of 7781be is 0.61.

The process color (four color CMYK) of #7781be color hex is 0.37, 0.32, 0.00, 0.25. Web safe color of #7781be is #6699cc. Color #7781be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000001 10111110
Octal 167 201 276
Decimal 119 129 190
Hex 77 81 BE

RGB Percentages of Color #7781be

%27.17
%29.45
%43.38

CMYK Percentages of Color #7781be

%37
%32
%0
%25

Triadic Colors of #7781be

#7781be #be7781 #81be77

Analogous Colors of #7781be

#7781be #9177be #77a5be

Monochromatic Colors of #7781be

#7781be

Complementary Color

#7781be #beb477

#7781be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7781be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7781be Color CSS Codes

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

#7781be Text Font Color

<p style="color:#7781be">Text here</p>

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


#7781be Background Color

<div style="background-color:#7781be">
Div content here</div>

This div background color is #7781be


#7781be Border Color

<div style="border:3px solid #7781be">
Div here</div>

This div border color is #7781be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,129,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7781be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7781be;
  -webkit-box-shadow: 1px 1px 3px 2px #7781be;
  box-shadow:         1px 1px 3px 2px #7781be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7781be


Comments

No comments written yet.

Please login to write comment.