Color Hex Logo

#7178db Color Hex

#7178DB
(113,120,219)
0 Favorites   0 Comments

Color spaces of #7178db

RGB 113120219
HSL0.660.600.65
HSV236°48°86°
CMYK 0.480.450.00   0.14
XYZ26.312722.058169.8886
Yxy22.05810.22250.1865
Hunter Lab46.966117.8139-55.3512
CIE-Lab54.088623.7650-51.6800

#7178db color RGB value is (113,120,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111000 11011011
Octal 161 170 333
Decimal 113 120 219
Hex 71 78 DB

RGB Percentages of Color #7178db

%25.00
%26.55
%48.45

CMYK Percentages of Color #7178db

%48
%45
%0
%14

Triadic Colors of #7178db

#7178db #db7178 #78db71

Analogous Colors of #7178db

#7178db #9f71db #71addb

Monochromatic Colors of #7178db

#7178db

Complementary Color

#7178db #dbd471

#7178db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7178db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7178db Color CSS Codes

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

#7178db Text Font Color

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

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


#7178db Background Color

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

This div background color is #7178db


#7178db Border Color

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

This div border color is #7178db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7178db


Comments

No comments written yet.

Please login to write comment.