Color Hex Logo

#7775fc Color Hex

#7775FC
(119,117,252)
0 Favorites   0 Comments

Color spaces of #7775fc

RGB 119117252
HSL0.670.960.72
HSV241°54°99°
CMYK 0.530.540.00   0.01
XYZ31.539723.672895.0024
Yxy23.67280.21000.1576
Hunter Lab48.654730.5643-81.7104
CIE-Lab55.758736.8549-67.3902

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110101 11111100
Octal 167 165 374
Decimal 119 117 252
Hex 77 75 FC

RGB Percentages of Color #7775fc

%24.39
%23.98
%51.64

CMYK Percentages of Color #7775fc

%53
%54
%0
%1

Triadic Colors of #7775fc

#7775fc #fc7775 #75fc77

Analogous Colors of #7775fc

#7775fc #bb75fc #75b7fc

Monochromatic Colors of #7775fc

#7775fc

Complementary Color

#7775fc #fafc75

#7775fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7775fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7775fc Color CSS Codes

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

#7775fc Text Font Color

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

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


#7775fc Background Color

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

This div background color is #7775fc


#7775fc Border Color

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

This div border color is #7775fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7775fc


Comments

No comments written yet.

Please login to write comment.