Color Hex Logo

#7193db Color Hex

#7193DB
(113,147,219)
0 Favorites   0 Comments

Color spaces of #7193db

RGB 113147219
HSL0.610.600.65
HSV221°48°86°
CMYK 0.480.330.00   0.14
XYZ30.030029.492671.1277
Yxy29.49260.22990.2257
Hunter Lab54.30713.6671-39.6390
CIE-Lab61.21397.7272-40.4085

#7193db color RGB value is (113,147,219).

#7193db hex color red value is 113, green value is 147 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7193db hue: 0.61 , saturation: 0.60 and the lightness value of 7193db is 0.65.

The process color (four color CMYK) of #7193db color hex is 0.48, 0.33, 0.00, 0.14. Web safe color of #7193db is #6699cc. Color #7193db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010011 11011011
Octal 161 223 333
Decimal 113 147 219
Hex 71 93 DB

RGB Percentages of Color #7193db

%23.59
%30.69
%45.72

CMYK Percentages of Color #7193db

%48
%33
%0
%14

Triadic Colors of #7193db

#7193db #db7193 #93db71

Analogous Colors of #7193db

#7193db #8471db #71c8db

Monochromatic Colors of #7193db

#7193db

Complementary Color

#7193db #dbb971

#7193db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7193db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7193db Color CSS Codes

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

#7193db Text Font Color

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

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


#7193db Background Color

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

This div background color is #7193db


#7193db Border Color

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

This div border color is #7193db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7193db


Comments

No comments written yet.

Please login to write comment.