Color Hex Logo

#7777fc Color Hex

#7777FC
(119,119,252)
0 Favorites   0 Comments

Color spaces of #7777fc

RGB 119119252
HSL0.670.960.73
HSV240°53°99°
CMYK 0.530.530.00   0.01
XYZ31.775324.143995.0810
Yxy24.14390.21040.1599
Hunter Lab49.136429.4427-80.3330
CIE-Lab56.231635.6764-66.6276

#7777fc color RGB value is (119,119,252).

#7777fc hex color red value is 119, green value is 119 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7777fc hue: 0.67 , saturation: 0.96 and the lightness value of 7777fc is 0.73.

The process color (four color CMYK) of #7777fc color hex is 0.53, 0.53, 0.00, 0.01. Web safe color of #7777fc is #6666ff. Color #7777fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110111 11111100
Octal 167 167 374
Decimal 119 119 252
Hex 77 77 FC

RGB Percentages of Color #7777fc

%24.29
%24.29
%51.43

CMYK Percentages of Color #7777fc

%53
%53
%0
%1

Triadic Colors of #7777fc

#7777fc #fc7777 #77fc77

Analogous Colors of #7777fc

#7777fc #ba77fc #77bafc

Monochromatic Colors of #7777fc

#7777fc

Complementary Color

#7777fc #fcfc77

#7777fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7777fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7777fc Color CSS Codes

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

#7777fc Text Font Color

<p style="color:#7777fc">Text here</p>

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


#7777fc Background Color

<div style="background-color:#7777fc">
Div content here</div>

This div background color is #7777fc


#7777fc Border Color

<div style="border:3px solid #7777fc">
Div here</div>

This div border color is #7777fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,119,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7777fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7777fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7777fc;
  box-shadow:         1px 1px 3px 2px #7777fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7777fc


Comments

No comments written yet.

Please login to write comment.