Color Hex Logo

#7778fa Color Hex

#7778FA
(119,120,250)
0 Favorites   0 Comments

Color spaces of #7778fa

RGB 119120250
HSL0.670.930.72
HSV240°52°98°
CMYK 0.520.520.00   0.02
XYZ31.579524.257093.4601
Yxy24.25700.21150.1625
Hunter Lab49.251428.2625-78.0335
CIE-Lab56.344234.4767-65.3409

#7778fa color RGB value is (119,120,250).

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

The process color (four color CMYK) of #7778fa color hex is 0.52, 0.52, 0.00, 0.02. Web safe color of #7778fa is #6666ff. Color #7778fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111000 11111010
Octal 167 170 372
Decimal 119 120 250
Hex 77 78 FA

RGB Percentages of Color #7778fa

%24.34
%24.54
%51.12

CMYK Percentages of Color #7778fa

%52
%52
%0
%2

Triadic Colors of #7778fa

#7778fa #fa7778 #78fa77

Analogous Colors of #7778fa

#7778fa #b877fa #77bafa

Monochromatic Colors of #7778fa

#7778fa

Complementary Color

#7778fa #faf977

#7778fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7778fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7778fa Color CSS Codes

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

#7778fa Text Font Color

<p style="color:#7778fa">Text here</p>

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


#7778fa Background Color

<div style="background-color:#7778fa">
Div content here</div>

This div background color is #7778fa


#7778fa Border Color

<div style="border:3px solid #7778fa">
Div here</div>

This div border color is #7778fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7778fa

Related Colors


Comments

No comments written yet.

Please login to write comment.