Color Hex Logo

#7180db Color Hex

#7180DB
(113,128,219)
0 Favorites   0 Comments

Color spaces of #7180db

RGB 113128219
HSL0.640.600.65
HSV232°48°86°
CMYK 0.480.420.00   0.14
XYZ27.315424.063570.2229
Yxy24.06350.22460.1979
Hunter Lab49.054613.5499-50.5370
CIE-Lab56.151318.9618-48.3982

#7180db color RGB value is (113,128,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000000 11011011
Octal 161 200 333
Decimal 113 128 219
Hex 71 80 DB

RGB Percentages of Color #7180db

%24.57
%27.83
%47.61

CMYK Percentages of Color #7180db

%48
%42
%0
%14

Triadic Colors of #7180db

#7180db #db7180 #80db71

Analogous Colors of #7180db

#7180db #9771db #71b5db

Monochromatic Colors of #7180db

#7180db

Complementary Color

#7180db #dbcc71

#7180db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7180db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7180db Color CSS Codes

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

#7180db Text Font Color

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

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


#7180db Background Color

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

This div background color is #7180db


#7180db Border Color

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

This div border color is #7180db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7180db


Comments

No comments written yet.

Please login to write comment.