Color Hex Logo

#7470de Color Hex

#7470DE
(116,112,222)
0 Favorites   0 Comments

Color spaces of #7470de

RGB 116112222
HSL0.670.630.65
HSV242°50°87°
CMYK 0.480.500.00   0.13
XYZ26.181420.575371.6988
Yxy20.57530.22100.1737
Hunter Lab45.360023.6486-61.9654
CIE-Lab52.481530.1491-55.9276

#7470de color RGB value is (116,112,222).

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

The process color (four color CMYK) of #7470de color hex is 0.48, 0.50, 0.00, 0.13. Web safe color of #7470de is #6666cc. Color #7470de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110000 11011110
Octal 164 160 336
Decimal 116 112 222
Hex 74 70 DE

RGB Percentages of Color #7470de

%25.78
%24.89
%49.33

CMYK Percentages of Color #7470de

%48
%50
%0
%13

Triadic Colors of #7470de

#7470de #de7470 #70de74

Analogous Colors of #7470de

#7470de #ab70de #70a3de

Monochromatic Colors of #7470de

#7470de

Complementary Color

#7470de #dade70

#7470de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7470de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7470de Color CSS Codes

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

#7470de Text Font Color

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

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


#7470de Background Color

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

This div background color is #7470de


#7470de Border Color

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

This div border color is #7470de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7470de


Comments

No comments written yet.

Please login to write comment.