Color Hex Logo

#778bfa Color Hex

#778BFA
(119,139,250)
0 Favorites   0 Comments

Color spaces of #778bfa

RGB 119139250
HSL0.640.930.72
HSV231°52°98°
CMYK 0.520.440.00   0.02
XYZ34.095729.289394.2988
Yxy29.28930.21620.1857
Hunter Lab54.119617.7469-65.4241
CIE-Lab61.036123.2166-57.8182

#778bfa color RGB value is (119,139,250).

#778bfa hex color red value is 119, green value is 139 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #778bfa hue: 0.64 , saturation: 0.93 and the lightness value of 778bfa is 0.72.

The process color (four color CMYK) of #778bfa color hex is 0.52, 0.44, 0.00, 0.02. Web safe color of #778bfa is #6699ff. Color #778bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001011 11111010
Octal 167 213 372
Decimal 119 139 250
Hex 77 8B FA

RGB Percentages of Color #778bfa

%23.43
%27.36
%49.21

CMYK Percentages of Color #778bfa

%52
%44
%0
%2

Triadic Colors of #778bfa

#778bfa #fa778b #8bfa77

Analogous Colors of #778bfa

#778bfa #a577fa #77cdfa

Monochromatic Colors of #778bfa

#778bfa

Complementary Color

#778bfa #fae677

#778bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#778bfa Color CSS Codes

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

#778bfa Text Font Color

<p style="color:#778bfa">Text here</p>

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


#778bfa Background Color

<div style="background-color:#778bfa">
Div content here</div>

This div background color is #778bfa


#778bfa Border Color

<div style="border:3px solid #778bfa">
Div here</div>

This div border color is #778bfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,139,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #778bfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #778bfa;
  -webkit-box-shadow: 1px 1px 3px 2px #778bfa;
  box-shadow:         1px 1px 3px 2px #778bfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778bfa


Comments

No comments written yet.

Please login to write comment.