Color Hex Logo

#7478ad Color Hex

#7478AD
(116,120,173)
0 Favorites   0 Comments

Color spaces of #7478ad

RGB 116120173
HSL0.650.260.57
HSV236°33°68°
CMYK 0.330.310.00   0.32
XYZ21.461820.163142.2959
Yxy20.16310.25570.2403
Hunter Lab44.90336.7342-24.4148
CIE-Lab52.021111.2765-28.6516

#7478ad color RGB value is (116,120,173).

#7478ad hex color red value is 116, green value is 120 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7478ad hue: 0.65 , saturation: 0.26 and the lightness value of 7478ad is 0.57.

The process color (four color CMYK) of #7478ad color hex is 0.33, 0.31, 0.00, 0.32. Web safe color of #7478ad is #666699. Color #7478ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111000 10101101
Octal 164 170 255
Decimal 116 120 173
Hex 74 78 AD

RGB Percentages of Color #7478ad

%28.36
%29.34
%42.30

CMYK Percentages of Color #7478ad

%33
%31
%0
%32

Triadic Colors of #7478ad

#7478ad #ad7478 #78ad74

Analogous Colors of #7478ad

#7478ad #8d74ad #7495ad

Monochromatic Colors of #7478ad

#7478ad

Complementary Color

#7478ad #ada974

#7478ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7478ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7478ad Color CSS Codes

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

#7478ad Text Font Color

<p style="color:#7478ad">Text here</p>

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


#7478ad Background Color

<div style="background-color:#7478ad">
Div content here</div>

This div background color is #7478ad


#7478ad Border Color

<div style="border:3px solid #7478ad">
Div here</div>

This div border color is #7478ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,120,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7478ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7478ad;
  -webkit-box-shadow: 1px 1px 3px 2px #7478ad;
  box-shadow:         1px 1px 3px 2px #7478ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7478ad


Comments

No comments written yet.

Please login to write comment.