Color Hex Logo

#747fdc Color Hex

#747FDC
(116,127,220)
0 Favorites   0 Comments

Color spaces of #747fdc

RGB 116127220
HSL0.650.600.66
HSV234°47°86°
CMYK 0.470.420.00   0.14
XYZ27.710124.059170.8935
Yxy24.05910.22590.1961
Hunter Lab49.050115.0032-51.3585
CIE-Lab56.146920.5624-48.9541

#747fdc color RGB value is (116,127,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111111 11011100
Octal 164 177 334
Decimal 116 127 220
Hex 74 7F DC

RGB Percentages of Color #747fdc

%25.05
%27.43
%47.52

CMYK Percentages of Color #747fdc

%47
%42
%0
%14

Triadic Colors of #747fdc

#747fdc #dc747f #7fdc74

Analogous Colors of #747fdc

#747fdc #9d74dc #74b3dc

Monochromatic Colors of #747fdc

#747fdc

Complementary Color

#747fdc #dcd174

#747fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#747fdc Color CSS Codes

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

#747fdc Text Font Color

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

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


#747fdc Background Color

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

This div background color is #747fdc


#747fdc Border Color

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

This div border color is #747fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747fdc


Comments

No comments written yet.

Please login to write comment.