Color Hex Logo

#7190db Color Hex

#7190DB
(113,144,219)
0 Favorites   0 Comments

Color spaces of #7190db

RGB 113144219
HSL0.620.600.65
HSV222°48°86°
CMYK 0.480.340.00   0.14
XYZ29.569528.571770.9742
Yxy28.57170.22900.2213
Hunter Lab53.45255.2029-41.3085
CIE-Lab60.40189.4783-41.6839

#7190db color RGB value is (113,144,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010000 11011011
Octal 161 220 333
Decimal 113 144 219
Hex 71 90 DB

RGB Percentages of Color #7190db

%23.74
%30.25
%46.01

CMYK Percentages of Color #7190db

%48
%34
%0
%14

Triadic Colors of #7190db

#7190db #db7190 #90db71

Analogous Colors of #7190db

#7190db #8771db #71c5db

Monochromatic Colors of #7190db

#7190db

Complementary Color

#7190db #dbbc71

#7190db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7190db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7190db Color CSS Codes

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

#7190db Text Font Color

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

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


#7190db Background Color

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

This div background color is #7190db


#7190db Border Color

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

This div border color is #7190db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,144,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 #7190db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7190db


Comments

No comments written yet.

Please login to write comment.