Color Hex Logo

#7094fd Color Hex

#7094FD
(112,148,253)
0 Favorites   0 Comments

Color spaces of #7094fd

RGB 112148253
HSL0.620.970.72
HSV225°56°99°
CMYK 0.560.420.00   0.01
XYZ35.001631.716497.2056
Yxy31.71640.21350.1935
Hunter Lab56.317312.3837-62.9144
CIE-Lab63.107817.4059-56.1854

#7094fd color RGB value is (112,148,253).

#7094fd hex color red value is 112, green value is 148 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7094fd hue: 0.62 , saturation: 0.97 and the lightness value of 7094fd is 0.72.

The process color (four color CMYK) of #7094fd color hex is 0.56, 0.42, 0.00, 0.01. Web safe color of #7094fd is #6699ff. Color #7094fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010100 11111101
Octal 160 224 375
Decimal 112 148 253
Hex 70 94 FD

RGB Percentages of Color #7094fd

%21.83
%28.85
%49.32

CMYK Percentages of Color #7094fd

%56
%42
%0
%1

Triadic Colors of #7094fd

#7094fd #fd7094 #94fd70

Analogous Colors of #7094fd

#7094fd #9370fd #70dbfd

Monochromatic Colors of #7094fd

#7094fd

Complementary Color

#7094fd #fdd970

#7094fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7094fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7094fd Color CSS Codes

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

#7094fd Text Font Color

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

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


#7094fd Background Color

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

This div background color is #7094fd


#7094fd Border Color

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

This div border color is #7094fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7094fd


Comments

No comments written yet.

Please login to write comment.