Color Hex Logo

#7477fe Color Hex

#7477FE
(116,119,254)
0 Favorites   0 Comments

Color spaces of #7477fe

RGB 116119254
HSL0.660.990.73
HSV239°54°100°
CMYK 0.540.530.00   0.00
XYZ31.688724.062496.7403
Yxy24.06240.20780.1578
Hunter Lab49.053429.4681-82.5908
CIE-Lab56.150235.7115-67.8735

#7477fe color RGB value is (116,119,254).

#7477fe hex color red value is 116, green value is 119 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7477fe hue: 0.66 , saturation: 0.99 and the lightness value of 7477fe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110111 11111110
Octal 164 167 376
Decimal 116 119 254
Hex 74 77 FE

RGB Percentages of Color #7477fe

%23.72
%24.34
%51.94

CMYK Percentages of Color #7477fe

%54
%53
%0
%0

Triadic Colors of #7477fe

#7477fe #fe7477 #77fe74

Analogous Colors of #7477fe

#7477fe #b674fe #74bcfe

Monochromatic Colors of #7477fe

#7477fe

Complementary Color

#7477fe #fefb74

#7477fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7477fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7477fe Color CSS Codes

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

#7477fe Text Font Color

<p style="color:#7477fe">Text here</p>

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


#7477fe Background Color

<div style="background-color:#7477fe">
Div content here</div>

This div background color is #7477fe


#7477fe Border Color

<div style="border:3px solid #7477fe">
Div here</div>

This div border color is #7477fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,119,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7477fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7477fe;
  -webkit-box-shadow: 1px 1px 3px 2px #7477fe;
  box-shadow:         1px 1px 3px 2px #7477fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7477fe

Related Colors


Comments

No comments written yet.

Please login to write comment.