Color Hex Logo

#747fe5 Color Hex

#747FE5
(116,127,229)
0 Favorites   0 Comments

Color spaces of #747fe5

RGB 116127229
HSL0.650.680.68
HSV234°49°90°
CMYK 0.490.450.00   0.10
XYZ28.934724.548977.3421
Yxy24.54890.22120.1876
Hunter Lab49.546817.5346-57.8683
CIE-Lab56.633223.2800-53.2198

#747fe5 color RGB value is (116,127,229).

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

The process color (four color CMYK) of #747fe5 color hex is 0.49, 0.45, 0.00, 0.10. Web safe color of #747fe5 is #6666cc. Color #747fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111111 11100101
Octal 164 177 345
Decimal 116 127 229
Hex 74 7F E5

RGB Percentages of Color #747fe5

%24.58
%26.91
%48.52

CMYK Percentages of Color #747fe5

%49
%45
%0
%10

Triadic Colors of #747fe5

#747fe5 #e5747f #7fe574

Analogous Colors of #747fe5

#747fe5 #a274e5 #74b8e5

Monochromatic Colors of #747fe5

#747fe5

Complementary Color

#747fe5 #e5da74

#747fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747fe5 Color CSS Codes

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

#747fe5 Text Font Color

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

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


#747fe5 Background Color

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

This div background color is #747fe5


#747fe5 Border Color

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

This div border color is #747fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747fe5


Comments

No comments written yet.

Please login to write comment.