Color Hex Logo

#7470dc Color Hex

#7470DC
(116,112,220)
0 Favorites   0 Comments

Color spaces of #7470dc

RGB 116112220
HSL0.670.610.65
HSV242°49°86°
CMYK 0.470.490.00   0.14
XYZ25.914920.468770.2951
Yxy20.46870.22210.1754
Hunter Lab45.242323.0710-60.4519
CIE-Lab52.363029.5521-54.9889

#7470dc color RGB value is (116,112,220).

#7470dc hex color red value is 116, green value is 112 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7470dc hue: 0.67 , saturation: 0.61 and the lightness value of 7470dc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110000 11011100
Octal 164 160 334
Decimal 116 112 220
Hex 74 70 DC

RGB Percentages of Color #7470dc

%25.89
%25.00
%49.11

CMYK Percentages of Color #7470dc

%47
%49
%0
%14

Triadic Colors of #7470dc

#7470dc #dc7470 #70dc74

Analogous Colors of #7470dc

#7470dc #aa70dc #70a2dc

Monochromatic Colors of #7470dc

#7470dc

Complementary Color

#7470dc #d8dc70

#7470dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7470dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7470dc Color CSS Codes

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

#7470dc Text Font Color

<p style="color:#7470dc">Text here</p>

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


#7470dc Background Color

<div style="background-color:#7470dc">
Div content here</div>

This div background color is #7470dc


#7470dc Border Color

<div style="border:3px solid #7470dc">
Div here</div>

This div border color is #7470dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7470dc


Comments

No comments written yet.

Please login to write comment.