Color Hex Logo

#747ffe Color Hex

#747FFE
(116,127,254)
0 Favorites   0 Comments

Color spaces of #747ffe

RGB 116127254
HSL0.650.990.73
HSV235°54°100°
CMYK 0.540.500.00   0.00
XYZ32.681226.047597.0711
Yxy26.04750.20980.1672
Hunter Lab51.036824.9875-77.0429
CIE-Lab58.082130.9669-64.7615

#747ffe color RGB value is (116,127,254).

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

The process color (four color CMYK) of #747ffe color hex is 0.54, 0.50, 0.00, 0.00. Web safe color of #747ffe is #6666ff. Color #747ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111111 11111110
Octal 164 177 376
Decimal 116 127 254
Hex 74 7F FE

RGB Percentages of Color #747ffe

%23.34
%25.55
%51.11

CMYK Percentages of Color #747ffe

%54
%50
%0
%0

Triadic Colors of #747ffe

#747ffe #fe747f #7ffe74

Analogous Colors of #747ffe

#747ffe #ae74fe #74c4fe

Monochromatic Colors of #747ffe

#747ffe

Complementary Color

#747ffe #fef374

#747ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#747ffe Color CSS Codes

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

#747ffe Text Font Color

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

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


#747ffe Background Color

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

This div background color is #747ffe


#747ffe Border Color

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

This div border color is #747ffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,127,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 #747ffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747ffe


Comments

No comments written yet.

Please login to write comment.