Color Hex Logo

#747fde Color Hex

#747FDE
(116,127,222)
0 Favorites   0 Comments

Color spaces of #747fde

RGB 116127222
HSL0.650.620.66
HSV234°48°87°
CMYK 0.480.430.00   0.13
XYZ27.976624.165772.2972
Yxy24.16570.22480.1942
Hunter Lab49.158615.5583-52.7863
CIE-Lab56.253321.1632-49.9072

#747fde color RGB value is (116,127,222).

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

The process color (four color CMYK) of #747fde color hex is 0.48, 0.43, 0.00, 0.13. Web safe color of #747fde is #6666cc. Color #747fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111111 11011110
Octal 164 177 336
Decimal 116 127 222
Hex 74 7F DE

RGB Percentages of Color #747fde

%24.95
%27.31
%47.74

CMYK Percentages of Color #747fde

%48
%43
%0
%13

Triadic Colors of #747fde

#747fde #de747f #7fde74

Analogous Colors of #747fde

#747fde #9e74de #74b4de

Monochromatic Colors of #747fde

#747fde

Complementary Color

#747fde #ded374

#747fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#747fde Color CSS Codes

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

#747fde Text Font Color

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

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


#747fde Background Color

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

This div background color is #747fde


#747fde Border Color

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

This div border color is #747fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747fde


Comments

No comments written yet.

Please login to write comment.