Color Hex Logo

#7178de Color Hex

#7178DE
(113,120,222)
0 Favorites   0 Comments

Color spaces of #7178de

RGB 113120222
HSL0.660.620.66
HSV236°49°87°
CMYK 0.490.460.00   0.13
XYZ26.711322.217671.9878
Yxy22.21760.22090.1837
Hunter Lab47.135518.6672-57.5558
CIE-Lab54.257124.6758-53.0997

#7178de color RGB value is (113,120,222).

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

The process color (four color CMYK) of #7178de color hex is 0.49, 0.46, 0.00, 0.13. Web safe color of #7178de is #6666cc. Color #7178de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111000 11011110
Octal 161 170 336
Decimal 113 120 222
Hex 71 78 DE

RGB Percentages of Color #7178de

%24.84
%26.37
%48.79

CMYK Percentages of Color #7178de

%49
%46
%0
%13

Triadic Colors of #7178de

#7178de #de7178 #78de71

Analogous Colors of #7178de

#7178de #a171de #71afde

Monochromatic Colors of #7178de

#7178de

Complementary Color

#7178de #ded771

#7178de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7178de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7178de Color CSS Codes

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

#7178de Text Font Color

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

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


#7178de Background Color

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

This div background color is #7178de


#7178de Border Color

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

This div border color is #7178de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7178de


Comments

No comments written yet.

Please login to write comment.