Color Hex Logo

#7193fc Color Hex

#7193FC
(113,147,252)
0 Favorites   0 Comments

Color spaces of #7193fc

RGB 113147252
HSL0.630.960.72
HSV225°55°99°
CMYK 0.550.420.00   0.01
XYZ34.814531.406496.3226
Yxy31.40640.21420.1932
Hunter Lab56.041412.8167-62.6772
CIE-Lab62.849217.8807-56.0464

#7193fc color RGB value is (113,147,252).

#7193fc hex color red value is 113, green value is 147 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7193fc hue: 0.63 , saturation: 0.96 and the lightness value of 7193fc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010011 11111100
Octal 161 223 374
Decimal 113 147 252
Hex 71 93 FC

RGB Percentages of Color #7193fc

%22.07
%28.71
%49.22

CMYK Percentages of Color #7193fc

%55
%42
%0
%1

Triadic Colors of #7193fc

#7193fc #fc7193 #93fc71

Analogous Colors of #7193fc

#7193fc #9571fc #71d9fc

Monochromatic Colors of #7193fc

#7193fc

Complementary Color

#7193fc #fcda71

#7193fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7193fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7193fc Color CSS Codes

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

#7193fc Text Font Color

<p style="color:#7193fc">Text here</p>

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


#7193fc Background Color

<div style="background-color:#7193fc">
Div content here</div>

This div background color is #7193fc


#7193fc Border Color

<div style="border:3px solid #7193fc">
Div here</div>

This div border color is #7193fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,147,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7193fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7193fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7193fc;
  box-shadow:         1px 1px 3px 2px #7193fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7193fc

Related Colors


Comments

No comments written yet.

Please login to write comment.