Color Hex Logo

#7193ff Color Hex

#7193FF
(113,147,255)
2 Favorites   1 Comments

Color spaces of #7193ff

RGB 113147255
HSL0.631.000.72
HSV226°56°100°
CMYK 0.560.420.00   0.00
XYZ35.293831.598198.8466
Yxy31.59810.21290.1907
Hunter Lab56.212213.7030-64.9103
CIE-Lab63.009318.8249-57.4329

#7193ff color RGB value is (113,147,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010011 11111111
Octal 161 223 377
Decimal 113 147 255
Hex 71 93 FF

RGB Percentages of Color #7193ff

%21.94
%28.54
%49.51

CMYK Percentages of Color #7193ff

%56
%42
%0
%0

Triadic Colors of #7193ff

#7193ff #ff7193 #93ff71

Analogous Colors of #7193ff

#7193ff #9671ff #71daff

Monochromatic Colors of #7193ff

#7193ff

Complementary Color

#7193ff #ffdd71

#7193ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7193ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7193ff Color CSS Codes

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

#7193ff Text Font Color

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

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


#7193ff Background Color

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

This div background color is #7193ff


#7193ff Border Color

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

This div border color is #7193ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7193ff


Comments

19 Mar 2021, 14:01 Araneo_boi

The upvote button color is #FF4500, and the downvote button color is this one. (#7193FF)

Please login to write comment.