Color Hex Logo

#7094d4 Color Hex

#7094D4
(112,148,212)
0 Favorites   0 Comments

Color spaces of #7094d4

RGB 112148212
HSL0.610.540.64
HSV218°47°83°
CMYK 0.470.300.00   0.17
XYZ29.155729.378066.4212
Yxy29.37800.23330.2351
Hunter Lab54.20151.1650-34.7159
CIE-Lab61.11384.8213-36.6659

#7094d4 color RGB value is (112,148,212).

#7094d4 hex color red value is 112, green value is 148 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #7094d4 hue: 0.61 , saturation: 0.54 and the lightness value of 7094d4 is 0.64.

The process color (four color CMYK) of #7094d4 color hex is 0.47, 0.30, 0.00, 0.17. Web safe color of #7094d4 is #6699cc. Color #7094d4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010100 11010100
Octal 160 224 324
Decimal 112 148 212
Hex 70 94 D4

RGB Percentages of Color #7094d4

%23.73
%31.36
%44.92

CMYK Percentages of Color #7094d4

%47
%30
%0
%17

Triadic Colors of #7094d4

#7094d4 #d47094 #94d470

Analogous Colors of #7094d4

#7094d4 #7e70d4 #70c6d4

Monochromatic Colors of #7094d4

#7094d4

Complementary Color

#7094d4 #d4b070

#7094d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7094d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7094d4 Color CSS Codes

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

#7094d4 Text Font Color

<p style="color:#7094d4">Text here</p>

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


#7094d4 Background Color

<div style="background-color:#7094d4">
Div content here</div>

This div background color is #7094d4


#7094d4 Border Color

<div style="border:3px solid #7094d4">
Div here</div>

This div border color is #7094d4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,148,212, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7094d4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7094d4;
  -webkit-box-shadow: 1px 1px 3px 2px #7094d4;
  box-shadow:         1px 1px 3px 2px #7094d4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7094d4


Comments

No comments written yet.

Please login to write comment.