Color Hex Logo

#7194ec Color Hex

#7194EC
(113,148,236)
0 Favorites   0 Comments

Color spaces of #7194ec

RGB 113148236
HSL0.620.760.68
HSV223°52°93°
CMYK 0.520.370.00   0.07
XYZ32.540330.746683.5765
Yxy30.74660.22160.2094
Hunter Lab55.44967.7149-50.5502
CIE-Lab62.293112.3118-48.1328

#7194ec color RGB value is (113,148,236).

#7194ec hex color red value is 113, green value is 148 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7194ec hue: 0.62 , saturation: 0.76 and the lightness value of 7194ec is 0.68.

The process color (four color CMYK) of #7194ec color hex is 0.52, 0.37, 0.00, 0.07. Web safe color of #7194ec is #6699ff. Color #7194ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010100 11101100
Octal 161 224 354
Decimal 113 148 236
Hex 71 94 EC

RGB Percentages of Color #7194ec

%22.74
%29.78
%47.48

CMYK Percentages of Color #7194ec

%52
%37
%0
%7

Triadic Colors of #7194ec

#7194ec #ec7194 #94ec71

Analogous Colors of #7194ec

#7194ec #8c71ec #71d2ec

Monochromatic Colors of #7194ec

#7194ec

Complementary Color

#7194ec #ecc971

#7194ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7194ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7194ec Color CSS Codes

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

#7194ec Text Font Color

<p style="color:#7194ec">Text here</p>

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


#7194ec Background Color

<div style="background-color:#7194ec">
Div content here</div>

This div background color is #7194ec


#7194ec Border Color

<div style="border:3px solid #7194ec">
Div here</div>

This div border color is #7194ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,148,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7194ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7194ec;
  -webkit-box-shadow: 1px 1px 3px 2px #7194ec;
  box-shadow:         1px 1px 3px 2px #7194ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7194ec


Comments

No comments written yet.

Please login to write comment.