Color Hex Logo

#747adc Color Hex

#747ADC
(116,122,220)
0 Favorites   0 Comments

Color spaces of #747adc

RGB 116122220
HSL0.660.600.66
HSV237°47°86°
CMYK 0.470.450.00   0.14
XYZ27.080322.799470.6836
Yxy22.79940.22460.1891
Hunter Lab47.748717.6746-54.3443
CIE-Lab54.865123.5564-50.9928

#747adc color RGB value is (116,122,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111010 11011100
Octal 164 172 334
Decimal 116 122 220
Hex 74 7A DC

RGB Percentages of Color #747adc

%25.33
%26.64
%48.03

CMYK Percentages of Color #747adc

%47
%45
%0
%14

Triadic Colors of #747adc

#747adc #dc747a #7adc74

Analogous Colors of #747adc

#747adc #a274dc #74aedc

Monochromatic Colors of #747adc

#747adc

Complementary Color

#747adc #dcd674

#747adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#747adc Color CSS Codes

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

#747adc Text Font Color

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

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


#747adc Background Color

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

This div background color is #747adc


#747adc Border Color

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

This div border color is #747adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747adc


Comments

No comments written yet.

Please login to write comment.