Color Hex Logo

#747fda Color Hex

#747FDA
(116,127,218)
0 Favorites   0 Comments

Color spaces of #747fda

RGB 116127218
HSL0.650.580.65
HSV234°47°85°
CMYK 0.470.420.00   0.15
XYZ27.446723.953769.5066
Yxy23.95370.22700.1981
Hunter Lab48.942514.4524-49.9420
CIE-Lab56.041419.9633-47.9981

#747fda color RGB value is (116,127,218).

#747fda hex color red value is 116, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #747fda hue: 0.65 , saturation: 0.58 and the lightness value of 747fda is 0.65.

The process color (four color CMYK) of #747fda color hex is 0.47, 0.42, 0.00, 0.15. Web safe color of #747fda is #6666cc. Color #747fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111111 11011010
Octal 164 177 332
Decimal 116 127 218
Hex 74 7F DA

RGB Percentages of Color #747fda

%25.16
%27.55
%47.29

CMYK Percentages of Color #747fda

%47
%42
%0
%15

Triadic Colors of #747fda

#747fda #da747f #7fda74

Analogous Colors of #747fda

#747fda #9c74da #74b2da

Monochromatic Colors of #747fda

#747fda

Complementary Color

#747fda #dacf74

#747fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#747fda Color CSS Codes

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

#747fda Text Font Color

<p style="color:#747fda">Text here</p>

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


#747fda Background Color

<div style="background-color:#747fda">
Div content here</div>

This div background color is #747fda


#747fda Border Color

<div style="border:3px solid #747fda">
Div here</div>

This div border color is #747fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,127,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #747fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #747fda;
  -webkit-box-shadow: 1px 1px 3px 2px #747fda;
  box-shadow:         1px 1px 3px 2px #747fda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747fda


Comments

No comments written yet.

Please login to write comment.